Ticket #4028: #4028.patch
File #4028.patch, 1.2 KB (added by , 6 years ago) |
---|
-
public_html/wp-content/plugins/bbpress-org/toolbar.php
21 21 * Remove the BuddyPress and bbPress about menus 22 22 * 23 23 * @author johnjamesjacoby 24 * @ global object $wp_admin_bar24 * @param WP_Admin_Bar $wp_admin_bar WP_Admin_Bar instance, passed by reference. 25 25 */ 26 26 function bbporg_remove_about_pages( $wp_admin_bar ) { 27 27 $wp_admin_bar->remove_menu( 'bp-about' ); -
public_html/wp-content/plugins/buddypress-org/toolbar.php
28 28 * Remove the BuddyPress and bbPress about menus 29 29 * 30 30 * @author johnjamesjacoby 31 * @ global object $wp_admin_bar31 * @param WP_Admin_Bar $wp_admin_bar WP_Admin_Bar instance, passed by reference. 32 32 */ 33 33 function bporg_remove_about_pages( $wp_admin_bar ) { 34 34 $wp_admin_bar->remove_menu( 'bp-about' );