Changeset 30979 for trunk/src/wp-includes/meta.php
- Timestamp:
- 12/20/2014 08:55:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r30846 r30979 1147 1147 */ 1148 1148 public function get_sql( $type, $primary_table, $primary_id_column, $context = null ) { 1149 global $wpdb;1150 1151 1149 if ( ! $meta_table = _get_meta_table( $type ) ) { 1152 1150 return false;
Note: See TracChangeset
for help on using the changeset viewer.