- Timestamp:
- 06/16/2020 05:24:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/bp-templates/bp-nouveau/includes/blogs/loader.php
r12192 r12669 4 4 * 5 5 * @since 3.0.0 6 * @version 6.1.0 6 7 */ 7 8 … … 89 90 // Add controls into the Blogs sections of the customizer. 90 91 add_filter( 'bp_nouveau_customizer_controls', 'bp_nouveau_blogs_customizer_controls', 11, 1 ); 92 93 // The number formatting is done into the `bp_nouveau_nav_count()` template tag. 94 remove_filter( 'bp_get_total_blog_count_for_user', 'bp_core_number_format' ); 91 95 } 92 96 }
Note: See TracChangeset
for help on using the changeset viewer.