Skip to content

Commit

Permalink
Update Calypso theme showcase URLs to /themes (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancewillett authored Dec 8, 2017
1 parent 04fbdf4 commit e0783c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/manage/confirm-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
break;

case 'themes':
$link = 'https://wordpress.com/design/' . $normalized_site_url;
$link = 'https://wordpress.com/themes/' . $normalized_site_url;
$link_title = __( 'Manage Your Themes', 'jetpack' );
break;

Expand Down
2 changes: 1 addition & 1 deletion modules/masterbar/masterbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ public function add_my_sites_submenu( $wp_admin_bar ) {

$theme_title = $this->create_menu_item_pair(
array(
'url' => 'https://wordpress.com/design/' . esc_attr( $this->primary_site_slug ),
'url' => 'https://wordpress.com/themes/' . esc_attr( $this->primary_site_slug ),
'id' => 'wp-admin-bar-themes',
'label' => esc_html__( 'Themes', 'jetpack' ),
),
Expand Down

0 comments on commit e0783c8

Please sign in to comment.