Skip to content

Commit

Permalink
Remove profile menu link mapping to wp-admin/profile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Aug 28, 2024
1 parent faab9dc commit 9b6a4f5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ class WPCOM_Admin_Bar extends \WP_Admin_Bar {
*/
'wp-admin/post-new.php?post_type=jetpack-testimonial' => 'https://wordpress.com/types/jetpack-testimonial/%home_url%',
'wp-admin/post-new.php?post_type=jetpack-portfolio' => 'https://wordpress.com/types/jetpack-portfolio/%home_url%',

/**
* Profile menu
*/
'wp-admin/profile.php' => 'https://wordpress.com/me',
);

/**
Expand Down

0 comments on commit 9b6a4f5

Please sign in to comment.