- Timestamp:
- 01/15/2022 08:42:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r52285 r52580 818 818 wp_die( 819 819 '<h1>' . __( 'Something went wrong.' ) . '</h1>' . 820 '<p>' . __( 'The currenttheme does not support uploading a custom header image.' ) . '</p>',820 '<p>' . __( 'The active theme does not support uploading a custom header image.' ) . '</p>', 821 821 403 822 822 ); … … 1004 1004 wp_die( 1005 1005 '<h1>' . __( 'Something went wrong.' ) . '</h1>' . 1006 '<p>' . __( 'The currenttheme does not support uploading a custom header image.' ) . '</p>',1006 '<p>' . __( 'The active theme does not support uploading a custom header image.' ) . '</p>', 1007 1007 403 1008 1008 ); … … 1015 1015 wp_die( 1016 1016 '<h1>' . __( 'Something went wrong.' ) . '</h1>' . 1017 '<p>' . __( 'The currenttheme does not support a flexible sized header image.' ) . '</p>',1017 '<p>' . __( 'The active theme does not support a flexible sized header image.' ) . '</p>', 1018 1018 403 1019 1019 );
Note: See TracChangeset
for help on using the changeset viewer.