Changeset 47219 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 02/09/2020 04:52:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r47198 r47219 177 177 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 178 178 $importer['description'] = translate( $importer['description'] ); 179 if ( $importer['name'] != 'WordPress') {179 if ( 'WordPress' !== $importer['name'] ) { 180 180 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 181 181 $importer['name'] = translate( $importer['name'] );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)