Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/10/2014 04:48:36 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Deprecate dashboard metabox, and append forum statistics to existing "At a Glance" metabox instead. Fixes #2544.

File:
1 edited

Legend:

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

    r4910 r5268  
    8383// Add sample permalink filter
    8484add_filter( 'post_type_link', 'bbp_filter_sample_permalink', 10, 4 );
     85
     86// Add quick stats to dashboard glance elements
     87add_filter( 'dashboard_glance_items', 'bbp_dashboard_at_a_glance' );
    8588
    8689/**
Note: See TracChangeset for help on using the changeset viewer.