- Timestamp:
- 05/19/2021 06:09:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r50705 r50931 209 209 } 210 210 211 echo '<h2 class="update-from-upload-heading">' . esc_html ( __( 'This plugin is already installed.' )) . '</h2>';211 echo '<h2 class="update-from-upload-heading">' . esc_html__( 'This plugin is already installed.' ) . '</h2>'; 212 212 213 213 $this->is_downgrading = version_compare( $current_plugin_data['Version'], $new_plugin_data['Version'], '>' ); … … 257 257 $can_update = true; 258 258 259 $blocked_message = '<p>' . esc_html ( __( 'The plugin cannot be updated due to the following:' )) . '</p>';259 $blocked_message = '<p>' . esc_html__( 'The plugin cannot be updated due to the following:' ) . '</p>'; 260 260 $blocked_message .= '<ul class="ul-disc">'; 261 261
Note: See TracChangeset
for help on using the changeset viewer.