Changeset 19910 for trunk/wp-includes/post.php
- Timestamp:
- 02/10/2012 10:49:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19908 r19910 1463 1463 * 1464 1464 * @param int $post_id Post ID. 1465 * @param string $key The meta key to retrieve.1465 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys. 1466 1466 * @param bool $single Whether to return a single value. 1467 1467 * @return mixed Will be an array if $single is false. Will be value of meta data field if $single
Note: See TracChangeset
for help on using the changeset viewer.