Changeset 42761 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 02/27/2018 02:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r42343 r42761 981 981 } 982 982 983 if ( $errors-> get_error_code() ) {983 if ( $errors->has_errors() ) { 984 984 return $errors; 985 985 }
Note: See TracChangeset
for help on using the changeset viewer.