Skip to content

Commit 467fdb7

Browse files
Copilotdd32
andauthored
Move admin bar WordCamp Tracker link to Edit menu (#1643)
This fixes the menu item being hidden for the last few years Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dd32 <767313+dd32@users.noreply.github.com>
1 parent 6dec4f8 commit 467fdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/wp-content/mu-plugins/wcorg-misc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function add_wcpt_cross_link( WP_Admin_Bar $wp_admin_bar ) {
590590

591591
$wp_admin_bar->add_node(
592592
array(
593-
'parent' => 'site-name',
593+
'parent' => 'edit',
594594
'id' => 'wordcamp-post',
595595
'title' => __( 'WordCamp Post', 'wordcamporg' ),
596596

0 commit comments

Comments
 (0)