Changeset 42827 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 03/11/2018 04:43:59 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r42343 r42827 464 464 echo '<div id="message" class="error"><p>'; 465 465 printf( 466 /* translators: 1: plugin file 2: error message */466 /* translators: 1: plugin file, 2: error message */ 467 467 __( 'The plugin %1$s has been <strong>deactivated</strong> due to an error: %2$s' ), 468 468 '<code>' . esc_html( $plugin_file ) . '</code>',
Note: See TracChangeset
for help on using the changeset viewer.