Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/10/2014 04:50:59 PM (12 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.

File:
1 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/**
Note: See TracChangeset for help on using the changeset viewer.