Changeset 28976 for trunk/src/wp-includes/revision.php
- Timestamp:
- 07/03/2014 07:27:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r28654 r28976 410 410 * @uses get_children() 411 411 * 412 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`.412 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post. 413 413 * @return array An array of revisions, or an empty array if none. 414 414 */
Note: See TracChangeset
for help on using the changeset viewer.