Changeset 56571 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 09/14/2023 01:11:29 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r56552 r56571 1225 1225 } 1226 1226 1227 printf(1228 '< div class="notice notice-error"><p><strong>%s</strong><br>%s</p><p><a href="%s">%s</a></p></div>',1227 $message = sprintf( 1228 '<p><strong>%s</strong><br>%s</p><p><a href="%s">%s</a></p>', 1229 1229 __( 'One or more themes failed to load properly.' ), 1230 1230 __( 'You can find more details and make changes on the Themes screen.' ), … … 1232 1232 __( 'Go to the Themes screen' ) 1233 1233 ); 1234 wp_admin_notice( 1235 $message, 1236 array( 1237 'type' => 'error', 1238 'paragraph_wrap' => false, 1239 ) 1240 ); 1234 1241 }
Note: See TracChangeset
for help on using the changeset viewer.