Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 10:28:43 PM (11 years ago)
Author:
djpaul
Message:

Remove some of our unused/dead variable assignments.

Identified by scrutinizer-ci.com; https://scrutinizer-ci.com/g/buddypress/BuddyPress/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-template-loader.php

    r9306 r9318  
    443443 */
    444444function bp_get_theme_compat_templates() {
    445     $page_id       = 0;
    446     $page_template = array();
     445    $page_id = 0;
    447446
    448447    // Get the WordPress Page ID for the current view.
Note: See TracChangeset for help on using the changeset viewer.