Skip to content

Commit

Permalink
Rename the output of largo_dashboard_quick_links to 'Largo Theme Help'
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Aug 16, 2019
1 parent 73fac90 commit 5085afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function largo_dashboard_widgets_member() {
$wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']
);

wp_add_dashboard_widget( 'dashboard_quick_links', __( 'Project Largo Help', 'largo' ), 'largo_dashboard_quick_links' );
wp_add_dashboard_widget( 'dashboard_quick_links', __( 'Largo Theme Help', 'largo' ), 'largo_dashboard_quick_links' );

wp_add_dashboard_widget( 'dashboard_network_news', __( 'INN Network News', 'largo' ), 'largo_dashboard_network_news' );
$my_widget = $wp_meta_boxes['dashboard']['normal']['core']['dashboard_network_news'];
Expand Down

0 comments on commit 5085afc

Please sign in to comment.