Changeset 51061 for trunk/src/wp-admin/widgets-form.php
- Timestamp:
- 06/02/2021 01:56:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form.php
r50997 r51061 72 72 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 73 73 ); 74 75 if ( ! current_theme_supports( 'widgets' ) ) {76 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>.' ) );77 }78 74 79 75 // These are the widgets grouped by sidebar.
Note: See TracChangeset
for help on using the changeset viewer.