Changeset 52294 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 11/30/2021 09:00:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r52218 r52294 2886 2886 $results = $this->get_results( "SHOW FULL COLUMNS FROM $table" ); 2887 2887 if ( ! $results ) { 2888 return new WP_Error( 'wpdb_get_table_charset_failure' );2888 return new WP_Error( 'wpdb_get_table_charset_failure', __( 'Could not retrieve table charset.' ) ); 2889 2889 } 2890 2890 … … 3328 3328 $row = $this->get_row( 'SELECT ' . implode( ', ', $sql ), ARRAY_A ); 3329 3329 if ( ! $row ) { 3330 return new WP_Error( 'wpdb_strip_invalid_text_failure' );3330 return new WP_Error( 'wpdb_strip_invalid_text_failure', __( 'Could not strip invalid text.' ) ); 3331 3331 } 3332 3332
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)