- Timestamp:
- 10/23/2020 03:59:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r49241 r49284 408 408 409 409 /* translators: %s: Plugin search term. */ 410 printf( __( 'No plugins found for “%s”.' ), $s);410 printf( __( 'No plugins found for: %s.' ), '<strong>' . $s . '</strong>' ); 411 411 412 412 // We assume that somebody who can install plugins in multisite is experienced enough to not need this helper link.
Note: See TracChangeset
for help on using the changeset viewer.