mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299
git-svn-id: https://develop.svn.wordpress.org/trunk@13242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1677,7 +1677,7 @@ function previous_comments_link( $label = '' ) {
|
||||
* @return string Markup for pagination links.
|
||||
*/
|
||||
function paginate_comments_links($args = array()) {
|
||||
global $wp_query, $wp_rewrite;
|
||||
global $wp_rewrite;
|
||||
|
||||
if ( !is_singular() || !get_option('page_comments') )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user