Changeset 11361 for trunk/src/bp-loader.php
- Timestamp:
- 12/29/2016 09:04:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r11360 r11361 110 110 public $do_autoload = true; 111 111 112 /**113 * Whether to load backward compatibility classes for navigation globals.114 *115 * @since 2.6.0116 * @var bool117 */118 public $do_nav_backcompat = false;119 120 112 /** Option Overload *******************************************************/ 121 113 … … 424 416 $this->email_post_type = apply_filters( 'bp_email_post_type', 'bp-email' ); 425 417 $this->email_taxonomy_type = apply_filters( 'bp_email_tax_type', 'bp-email-type' ); 426 427 /** Navigation backward compatibility *********************************/428 if ( interface_exists( 'ArrayAccess', false ) ) {429 // bp_nav and bp_options_nav compatibility depends on SPL.430 $this->do_nav_backcompat = true;431 }432 418 } 433 419
Note: See TracChangeset
for help on using the changeset viewer.