Changeset 52979 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 03/22/2022 07:57:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r51475 r52979 22 22 23 23 if ( ! current_theme_supports( 'widgets' ) ) { 24 wp_die( __( 'The theme you are currently using is n’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>.' ) );24 wp_die( __( 'The theme you are currently using is not 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>.' ) ); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.