Changeset 4764 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
- Timestamp:
- 01/24/2017 10:59:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
r4622 r4764 332 332 } 333 333 334 if ( ! $wp_locale ) {334 if ( ! $wp_locale || 'en_US' == $wp_locale ) { 335 335 return $content; 336 336 }
Note: See TracChangeset
for help on using the changeset viewer.