Skip to content

Commit 9d74b39

Browse files
authored
Merge pull request #183 from PRX/fix/hp-admin-link
HOTFIX: Update The World Homepage link
2 parents 29f4702 + ec24020 commit 9d74b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-content/themes/the-world/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function tw_remove_core_block_patterns() {
271271
* @uses add_menu_page() Add links to the menu.
272272
*/
273273
function tw_add_edit_homepage_menu_link() {
274-
add_menu_page( 'tw_edit_homepage_link', 'The World Homepage', 'publish_posts', '/wp-admin/term.php?taxonomy=program&tag_ID=2&post_type=post', '', 'dashicons-admin-site-alt3', 8 );
274+
add_menu_page( 'tw_edit_homepage_link', 'The World Homepage', 'publish_posts', '/wp-admin/term.php?taxonomy=program&tag_ID=12270&post_type=post', '', 'dashicons-admin-site-alt3', 8 );
275275
}
276276
endif;
277277
add_action( 'admin_menu', 'tw_add_edit_homepage_menu_link' );

0 commit comments

Comments
 (0)