Skip to:
Content

bbPress.org

Changeset 5269


Ignore:
Timestamp:
02/10/2014 04:50:59 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Improve naming of new "At a Glance" metabox filter, and lower priority to increase odds of hugging more closely to WordPress core items. See #2544.

Location:
trunk/includes/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/actions.php

    r5268 r5269  
    8585
    8686// Add quick stats to dashboard glance elements
    87 add_filter( 'dashboard_glance_items', 'bbp_dashboard_at_a_glance' );
     87add_filter( 'dashboard_glance_items', 'bbp_filter_dashboard_glance_items', -99 );
    8888
    8989/**
  • trunk/includes/admin/metaboxes.php

    r5268 r5269  
    1818 * @return array
    1919 */
    20 function bbp_dashboard_at_a_glance( $elements = array() ) {
     20function bbp_filter_dashboard_glance_items( $elements = array() ) {
    2121
    2222    // Get the statistics
Note: See TracChangeset for help on using the changeset viewer.