Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Event Calendar
Commits
aeaf61dd
Commit
aeaf61dd
authored
Dec 30, 2015
by
John James Jacoby
Browse files
Format variable similar to other usages.
parent
e8acec9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common/list-table-month.php
View file @
aeaf61dd
...
...
@@ -203,7 +203,7 @@ class WP_Event_Calendar_Month_Table extends WP_Event_Calendar_List_Table {
protected
function
pagination
(
$args
=
array
()
)
{
// Parse args
$
args
=
wp_parse_args
(
$args
,
array
(
$
r
=
wp_parse_args
(
$args
,
array
(
'small'
=>
'1 month'
,
'large'
=>
'1 year'
,
'labels'
=>
array
(
...
...
@@ -215,6 +215,6 @@ class WP_Event_Calendar_Month_Table extends WP_Event_Calendar_List_Table {
)
);
// Return pagination
return
parent
::
pagination
(
$
args
);
return
parent
::
pagination
(
$
r
);
}
}
Write
Preview
Supports
Markdown
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