Changeset 35170 for trunk/src/wp-includes/meta-functions.php
- Timestamp:
- 10/14/2015 11:43:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta-functions.php
r34406 r35170 557 557 * @since 3.3.0 558 558 * 559 * @global wpdb $wpdb 559 * @global wpdb $wpdb WordPress database abstraction object. 560 560 * 561 561 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 598 598 * @since 3.3.0 599 599 * 600 * @global wpdb $wpdb 600 * @global wpdb $wpdb WordPress database abstraction object. 601 601 * 602 602 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 691 691 * @since 3.3.0 692 692 * 693 * @global wpdb $wpdb 693 * @global wpdb $wpdb WordPress database abstraction object. 694 694 * 695 695 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)
Note: See TracChangeset
for help on using the changeset viewer.