Changeset 9766
- Timestamp:
- 04/22/2020 11:47:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-fixer/wporg-gp-translation-fixer.php
r9741 r9766 35 35 36 36 // If no warnings, they're fine. 37 if ( ! $args['warnings']) {37 if ( empty( $args['warnings'] ) ) { 38 38 return $args; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.