Changeset 19910
- Timestamp:
- 02/10/2012 10:49:56 PM (13 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r19909 r19910 539 539 * 540 540 * @param int $comment_id Comment ID. 541 * @param string $key The meta key to retrieve.541 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys. 542 542 * @param bool $single Whether to return a single value. 543 543 * @return mixed Will be an array if $single is false. Will be value of meta data field if $single -
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 -
trunk/wp-includes/user.php
r19886 r19910 799 799 * 800 800 * @param int $user_id Post ID. 801 * @param string $key The meta key to retrieve.801 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys. 802 802 * @param bool $single Whether to return a single value. 803 803 * @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.