Changeset 59789 for trunk/src/wp-admin/themes.php
- Timestamp:
- 02/08/2025 03:51:03 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r59784 r59789 25 25 if ( ! $theme->exists() || ! $theme->is_allowed() ) { 26 26 wp_die( 27 '<h1>' . __( ' Something went wrong.' ) . '</h1>' .27 '<h1>' . __( 'An error occurred.' ) . '</h1>' . 28 28 '<p>' . __( 'The requested theme does not exist.' ) . '</p>', 29 29 403 … … 68 68 if ( ! $theme->exists() ) { 69 69 wp_die( 70 '<h1>' . __( ' Something went wrong.' ) . '</h1>' .70 '<h1>' . __( 'An error occurred while deleting the theme.' ) . '</h1>' . 71 71 '<p>' . __( 'The requested theme does not exist.' ) . '</p>', 72 72 403
Note: See TracChangeset
for help on using the changeset viewer.