Opened 9 years ago
Closed 8 years ago
#6831 closed enhancement (fixed)
Remove remove_node 'edit' in bp-core-adminbar.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | low |
Severity: | minor | Version: | |
Component: | Core | Keywords: | needs-patch WP4.1 |
Cc: |
Description
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?
Attachments (1)
Change History (11)
#2
@
9 years ago
- Keywords WP4.1 added; 4.1 removed
- Milestone changed from Awaiting Review to Future Release
#4
@
9 years ago
We now support only 4.1+ for WordPress.
Any reason not to close this one now @DJPaul @hnla ?
#9
@
8 years ago
@tw2113 Patched but oddly this removal doesn't have desired effect, I see the edit link back in on the main WP adminbar, not sure why at this stage.
Let's wait until our minimum WP version is 4.1. Should be sometime later this year, at current rate. I'll tag this 4.1!