Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 10:28:43 PM (12 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-admin.php

    r9014 r9318  
    487487         */
    488488        public function about_screen() {
    489                 global $wp_rewrite;
    490 
    491                 $is_new_install            = ! empty( $_GET['is_new_install'] );
    492                 $pretty_permalinks_enabled = ! empty( $wp_rewrite->permalink_structure );
    493                 list( $display_version )   = explode( '-', bp_get_version() ); ?>
     489                $is_new_install          = ! empty( $_GET['is_new_install'] );
     490                list( $display_version ) = explode( '-', bp_get_version() ); ?>
    494491
    495492                <div class="wrap about-wrap">
Note: See TracChangeset for help on using the changeset viewer.