Changeset 45590 for trunk/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r44518 r45590 313 313 */ 314 314 public function get_sql( $type, $primary_table, $primary_id_column, $context = null ) { 315 if ( ! $meta_table = _get_meta_table( $type ) ) { 315 $meta_table = _get_meta_table( $type ); 316 if ( ! $meta_table ) { 316 317 return false; 317 318 }
Note: See TracChangeset
for help on using the changeset viewer.