Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/30/2011 02:00:16 PM (15 years ago)
Author:
djpaul
Message:

Replace all mentions of 1.3 with 1.5 in phpDoc and deprecated function notices. Fixes #3416

File:
1 edited

Legend:

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

    r4820 r4907  
    1818
    1919// Load deprecated functions
    20 require( BP_PLUGIN_DIR . '/bp-core/deprecated/1.3.php'    );
     20require( BP_PLUGIN_DIR . '/bp-core/deprecated/1.5.php'    );
    2121
    2222// Load the WP admin bar.
     
    7474            $bp->deactivated_components = apply_filters( 'bp_deactivated_components', array_values( array_diff( array_values( array_merge( $bp->optional_components, $bp->required_components ) ), array_keys( $bp->active_components ) ) ) );
    7575
    76         // Pre 1.3 Backwards compatibility
     76        // Pre 1.5 Backwards compatibility
    7777        } elseif ( $deactivated_components = bp_get_option( 'bp-deactivated-components' ) ) {
    7878            // Trim off namespace and filename
Note: See TracChangeset for help on using the changeset viewer.