Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
89f04179
Commit
89f04179
authored
Aug 15, 2017
by
Scott
Committed by
GitHub
Aug 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #538 from q2a-info/1.8
Renamed variable, in sync with commit by pupi1985
parents
a94d0121
a860daab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
format.php
qa-include/app/format.php
+1
-1
qa-lang-main.php
qa-include/lang/qa-lang-main.php
+1
-1
No files found.
qa-include/app/format.php
View file @
89f04179
...
...
@@ -504,7 +504,7 @@ function qa_post_html_fields($post, $userid, $cookieid, $usershtml, $dummy, $opt
if
(
$fields
[
'hidden'
])
{
$fields
[
'vote_state'
]
=
'disabled'
;
$fields
[
'vote_up_tags'
]
=
'title="'
.
qa_lang_html
(
'main/vote_disabled_hidden'
)
.
'"'
;
$fields
[
'vote_up_tags'
]
=
'title="'
.
qa_lang_html
(
'main/vote_disabled_hidden
_post
'
)
.
'"'
;
$fields
[
'vote_down_tags'
]
=
$fields
[
'vote_up_tags'
];
}
elseif
(
$fields
[
'queued'
])
{
...
...
qa-include/lang/qa-lang-main.php
View file @
89f04179
...
...
@@ -189,7 +189,7 @@ return array(
'vote_disabled_approve'
=>
'Your account must be approved before you can vote'
,
'vote_disabled_down'
=>
'Voting down is only available to some users'
,
'vote_disabled_down_approve'
=>
'Your account must be approved before you can vote down'
,
'vote_disabled_hidden'
=>
'You cannot vote on hidden posts'
,
'vote_disabled_hidden
_post
'
=>
'You cannot vote on hidden posts'
,
'vote_disabled_hidden_a'
=>
'You cannot vote on hidden answers'
,
// @deprecated
'vote_disabled_hidden_q'
=>
'You cannot vote on hidden questions'
,
// @deprecated
'vote_disabled_level'
=>
'Voting is only available to some users'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment