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
86f2300b
Commit
86f2300b
authored
Mar 16, 2017
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect DocBlock parameters
parent
5ebb1854
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+7
-7
No files found.
qa-theme/SnowFlat/qa-theme.php
View file @
86f2300b
...
@@ -201,8 +201,8 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -201,8 +201,8 @@ class qa_html_theme extends qa_html_theme_base
* Remove the '-' from the note for the category page (notes).
* Remove the '-' from the note for the category page (notes).
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$navlink
* @param
array
$navlink
* @param
type
$class
* @param
string
$class
*/
*/
public
function
nav_link
(
$navlink
,
$class
)
public
function
nav_link
(
$navlink
,
$class
)
{
{
...
@@ -409,7 +409,7 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -409,7 +409,7 @@ class qa_html_theme extends qa_html_theme_base
* Prevent display view counter on usual place
* Prevent display view counter on usual place
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$q_item
* @param
array
$q_item
*/
*/
public
function
view_count
(
$q_item
)
public
function
view_count
(
$q_item
)
{
{
...
@@ -420,7 +420,7 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -420,7 +420,7 @@ class qa_html_theme extends qa_html_theme_base
* Add view counter to question view
* Add view counter to question view
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$q_view
* @param
array
$q_view
*/
*/
public
function
q_view_stats
(
$q_view
)
public
function
q_view_stats
(
$q_view
)
{
{
...
@@ -437,7 +437,7 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -437,7 +437,7 @@ class qa_html_theme extends qa_html_theme_base
* Modify user whometa, move to top
* Modify user whometa, move to top
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$q_view
* @param
array
$q_view
*/
*/
public
function
q_view_main
(
$q_view
)
public
function
q_view_main
(
$q_view
)
{
{
...
@@ -471,7 +471,7 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -471,7 +471,7 @@ class qa_html_theme extends qa_html_theme_base
* Move user whometa to top in answer
* Move user whometa to top in answer
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$a_item
* @param
array
$a_item
*/
*/
public
function
a_item_main
(
$a_item
)
public
function
a_item_main
(
$a_item
)
{
{
...
@@ -520,7 +520,7 @@ class qa_html_theme extends qa_html_theme_base
...
@@ -520,7 +520,7 @@ class qa_html_theme extends qa_html_theme_base
* Move user whometa to top in comment
* Move user whometa to top in comment
*
*
* @since Snow 1.4
* @since Snow 1.4
* @param
type
$c_item
* @param
array
$c_item
*/
*/
public
function
c_item_main
(
$c_item
)
public
function
c_item_main
(
$c_item
)
{
{
...
...
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