Changeset 35585 for trunk/src/wp-includes/meta-functions.php
- Timestamp:
- 11/09/2015 03:35:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta-functions.php
r35170 r35585 559 559 * @global wpdb $wpdb WordPress database abstraction object. 560 560 * 561 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)561 * @param string $meta_type Type of object metadata is for (e.g., comment, post, meta, or user). 562 562 * @param int $meta_id ID for a specific meta row 563 563 * @return object|false Meta object or false. … … 693 693 * @global wpdb $wpdb WordPress database abstraction object. 694 694 * 695 * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user)695 * @param string $meta_type Type of object metadata is for (e.g., comment, post, term, or user). 696 696 * @param int $meta_id ID for a specific meta row 697 697 * @return bool True on successful delete, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.