Changeset 30122 for trunk/src/wp-includes/meta.php
- Timestamp:
- 10/31/2014 05:55:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r30115 r30122 16 16 * 17 17 * @since 2.9.0 18 * @uses $wpdb WordPress database object for queries. 18 * 19 * @global wpdb $wpdb WordPress database abstraction object. 19 20 * 20 21 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 129 130 * 130 131 * @since 2.9.0 131 * @uses $wpdb WordPress database object for queries. 132 * 133 * @global wpdb $wpdb WordPress database abstraction object. 132 134 * 133 135 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 279 281 * 280 282 * @since 2.9.0 281 * @uses $wpdb WordPress database object for queries. 283 * 284 * @global wpdb $wpdb WordPress database abstraction object. 282 285 * 283 286 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 757 760 * 758 761 * @since 2.9.0 759 * @uses $wpdb WordPress database object for queries. 762 * 763 * @global wpdb $wpdb WordPress database abstraction object. 760 764 * 761 765 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) … … 1501 1505 * 1502 1506 * @since 2.9.0 1503 * @uses $wpdb WordPress database object for queries. 1507 * 1508 * @global wpdb $wpdb WordPress database abstraction object. 1504 1509 * 1505 1510 * @param string $type Type of object to get metadata table for (e.g., comment, post, or user)
Note: See TracChangeset
for help on using the changeset viewer.