Skip to content

Commit

Permalink
Update Reader link in Masterbar as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Dec 12, 2019
1 parent 0dd3568 commit 018e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/masterbar/masterbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public function add_reader_submenu( $wp_admin_bar ) {

$following_title = $this->create_menu_item_pair(
array(
'url' => 'https://wordpress.com/',
'url' => 'https://wordpress.com/read',
'id' => 'wp-admin-bar-followed-sites',
'label' => esc_html__( 'Followed Sites', 'jetpack' ),
),
Expand Down

0 comments on commit 018e43a

Please sign in to comment.