Changeset 48100 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r48059 r48100 3297 3297 * 3298 3298 * @param string $query The query to search. 3299 * @return string|false $tableThe table name found, or false if a table couldn't be found.3299 * @return string|false The table name found, or false if a table couldn't be found. 3300 3300 */ 3301 3301 protected function get_table_from_query( $query ) {
Note: See TracChangeset
for help on using the changeset viewer.