Changeset 28976 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 07/03/2014 07:27:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r28963 r28976 106 106 * @since 0.71 107 107 * 108 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.108 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post. 109 109 * @return string 110 110 */ … … 1566 1566 * @since 1.0.0 1567 1567 * 1568 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.1568 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post. 1569 1569 * @return string HTML content for password form for password protected post. 1570 1570 */ … … 1739 1739 * @uses get_the_author_meta() 1740 1740 * 1741 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`.1741 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post. 1742 1742 * @param string $type 'all' (default), 'revision' or 'autosave' 1743 1743 * @return null
Note: See TracChangeset
for help on using the changeset viewer.