Changeset 9801 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-fixer/wporg-gp-translation-fixer.php
- Timestamp:
- 05/01/2020 03:31:13 AM (5 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
r9766 r9801 35 35 36 36 // If no warnings, they're fine. 37 if ( empty( $args['warnings'] ) ) {37 if ( empty( $args['warnings'] ) || ! is_array( $args['warnings'] ) ) { 38 38 return $args; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.