Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2013 08:53:27 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Clean up admin-notice code. Add $notices variable to BP_Admin class to help avoid debug notices.

File:
1 edited

Legend:

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

    r7455 r7552  
    6060     */
    6161    public $js_url = '';
     62
     63    /** Other *****************************************************************/
     64
     65    /**
     66     * Notices used for user feedback, like saving settings.
     67     *
     68     * @var array()
     69     */
     70    public $notices = array();
    6271
    6372    /** Methods ***************************************************************/
Note: See TracChangeset for help on using the changeset viewer.