Changeset 5268 for trunk/includes/admin/actions.php
- Timestamp:
- 02/10/2014 04:48:36 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/actions.php
r4910 r5268 83 83 // Add sample permalink filter 84 84 add_filter( 'post_type_link', 'bbp_filter_sample_permalink', 10, 4 ); 85 86 // Add quick stats to dashboard glance elements 87 add_filter( 'dashboard_glance_items', 'bbp_dashboard_at_a_glance' ); 85 88 86 89 /**
Note: See TracChangeset
for help on using the changeset viewer.