Changeset 17170 for trunk/wp-includes/meta.php
- Timestamp:
- 12/29/2010 07:31:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/meta.php
r17088 r17170 357 357 * 358 358 * @since 3.1.0 359 * @access private 359 360 * 360 361 * @param array $meta_query List of metadata queries. A single query is an associative array: … … 374 375 * @return array( 'join' => $join_sql, 'where' => $where_sql ) 375 376 */ 376 function get_meta_sql( $meta_query, $meta_type, $primary_table, $primary_id_column, $context = null ) {377 function _get_meta_sql( $meta_query, $meta_type, $primary_table, $primary_id_column, $context = null ) { 377 378 global $wpdb; 378 379
Note: See TracChangeset
for help on using the changeset viewer.