Changeset 34407
- Timestamp:
- 09/22/2015 01:29:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r33761 r34407 1 1 <?php 2 2 /** 3 * Metadata API3 * Core Metadata API 4 4 * 5 5 * Functions for retrieving and manipulating metadata of various WordPress object types. Metadata … … 12 12 */ 13 13 14 /** Core metdata functionality */ 14 15 require_once( ABSPATH . WPINC . '/meta-functions.php' ); 16 17 /** WP_Meta_Query class */ 15 18 require_once( ABSPATH . WPINC . '/class-wp-meta-query.php' );
Note: See TracChangeset
for help on using the changeset viewer.