Changeset 45674 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r45602 r45674 81 81 get_current_screen()->set_help_sidebar( 82 82 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 83 '<p>' . __( '<a href="https:// codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>' ) . '</p>' .83 '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-widgets-screen/">Documentation on Widgets</a>' ) . '</p>' . 84 84 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 85 85 ); 86 86 87 87 if ( ! current_theme_supports( 'widgets' ) ) { 88 wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https:// codex.wordpress.org/Widgetizing_Themes">follow these instructions</a>.' ) );88 wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https://developer.wordpress.org/themes/functionality/widgets/">follow these instructions</a>.' ) ); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.