Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2023 06:09:44 PM (3 years ago)
Author:
imath
Message:

Core, Messages & Templates: remove never used inited vars in functions

Props upadalavipul

Fixes #8892
Closes https://github.com/buddypress/buddypress/pull/118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/template-tags.php

    r13472 r13504  
    475475    }
    476476
    477     $count_class = sprintf( '%1$s-%2$s-count-%3$s', $pagination_type, $screen, $position );
    478     $links_class = sprintf( '%1$s-%2$s-links-%3$s', $pagination_type, $screen, $position );
    479     ?>
    480 
    481     <?php
    482477    if ( 'bottom' === $position && isset( $bottom_hook ) ) {
    483478        /**
Note: See TracChangeset for help on using the changeset viewer.