- Timestamp:
- 05/19/2021 06:09:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r50705 r50931 222 222 } 223 223 224 echo '<h2 class="update-from-upload-heading">' . esc_html ( __( 'This theme is already installed.' )) . '</h2>';224 echo '<h2 class="update-from-upload-heading">' . esc_html__( 'This theme is already installed.' ) . '</h2>'; 225 225 226 226 // Check errors for current theme. … … 292 292 $can_update = true; 293 293 294 $blocked_message = '<p>' . esc_html ( __( 'The theme cannot be updated due to the following:' )) . '</p>';294 $blocked_message = '<p>' . esc_html__( 'The theme cannot be updated due to the following:' ) . '</p>'; 295 295 $blocked_message .= '<ul class="ul-disc">'; 296 296
Note: See TracChangeset
for help on using the changeset viewer.