Changeset 11560
- Timestamp:
- 05/24/2017 09:01:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-adminbar.php
r11442 r11560 40 40 ) 41 41 ) ); 42 43 // Remove 'Edit' post link as it's not applicable to BP.44 // Remove when https://core.trac.wordpress.org/ticket/29538 is addressed.45 if ( is_buddypress() ) {46 $wp_admin_bar->remove_node( 'edit' );47 }48 42 } 49 43 }
Note: See TracChangeset
for help on using the changeset viewer.