Make WordPress Core


Ignore:
Timestamp:
02/10/2012 10:49:56 PM (12 years ago)
Author:
nacin
Message:

Docs, see ##19882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r19908 r19910  
    14631463 *
    14641464 * @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.
    14661466 * @param bool $single Whether to return a single value.
    14671467 * @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.