Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/04/2016 03:49:51 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Loader: Make sure deprecated code is ignored unless explicitly defined to be included.

Also deprecate the BP_IGNORE_DEPRECATED constant, since this is now an option. (We'll still obey it if it's set later.)

See: #7307, #7323, #7322. For trunk.

File:
1 edited

Legend:

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

    r11163 r11233  
    103103        /* Legacy *********************************************/
    104104
    105         // Whether to register the bp-default themes directory.
     105        // Do not register the bp-default themes directory.
    106106        '_bp_retain_bp_default'                => false,
    107107
    108         // Whether to load deprecated code.
     108        // Ignore deprecated code.
    109109        '_bp_ignore_deprecated_code'           => true,
    110110
Note: See TracChangeset for help on using the changeset viewer.