[buddypress-trac] [BuddyPress Trac] #6831: Remove remove_node 'edit' in bp-core-adminbar.php
buddypress-trac
noreply at wordpress.org
Mon Jan 18 11:09:03 UTC 2016
#6831: Remove remove_node 'edit' in bp-core-adminbar.php
------------------------------+-------------------------------------
Reporter: hnla | Owner:
Type: task | Status: new
Priority: low | Milestone: Awaiting Review
Component: Component - Core | Version:
Severity: minor | Keywords: needs-patch 2nd-opinion
------------------------------+-------------------------------------
In bp-core-adminbar.php we address empty edit links for post/pages being
created by removing the 'node' L: 43.
{{{
if ( is_buddypress() ) {
$wp_admin_bar->remove_node( 'edit' );
}
}}}
This carries the comment that it ought to be removed when a WP
ticket/patch is committed that checks for empty edit link before
rendering. This ticket and patch has been committed and closed 17 months
ago:
https://core.trac.wordpress.org/ticket/29538
Time to remove?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6831>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list