Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/24/2017 09:01:48 PM (9 years ago)
Author:
tw2113
Message:

Re-adds "Edit" node after WordPress core ticket had been patched to check for empty edit links. Fixes #6831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-adminbar.php

    r11442 r11560  
    4040                        )
    4141                ) );
    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                 }
    4842        }
    4943}
Note: See TracChangeset for help on using the changeset viewer.