Skip to:
Content

bbPress.org

Changeset 5823 for trunk/src/bbpress.php


Ignore:
Timestamp:
07/13/2015 10:02:16 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Introduce core/abstraction.php to provide a layer of protection against touching common WordPress global variables directly.

This commit introduces a few new helper functions to protect sensitive global variables, and also introduces the ability to filter and override them explicitly within the scope of the bbPress plugin. These functions will be used in place of existing global touches in future commits.

See #2786.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r5821 r5823  
    294294        /** Core **************************************************************/
    295295
     296        require $this->includes_dir . 'core/abstraction.php';
    296297        require $this->includes_dir . 'core/sub-actions.php';
    297298        require $this->includes_dir . 'core/functions.php';
Note: See TracChangeset for help on using the changeset viewer.