- Timestamp:
- 08/28/2019 03:12:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r45750 r45905 543 543 echo '<p>' . sprintf( 544 544 /* translators: %s: wp-content directory name */ 545 __( 'Drop-ins are advanced plugins in the %s directory that replace WordPress functionality when present.' ),545 __( 'Drop-ins are single files, found in the %s directory, that replace or enhance WordPress features in ways that are not possible for traditional plugins.' ), 546 546 '<code>' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '</code>' 547 547 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.