Changeset 30105 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r30100 r30105 22 22 * 23 23 * @since 2.1.0 24 * @uses $post25 24 * 26 25 * @return int|bool The ID of the current item in the WordPress Loop. False if $post is not set. … … 908 907 * @internal This will probably change at some point... 909 908 * @since 1.2.0 910 * @uses apply_filters() Calls 'the_meta_key' on list item HTML content, with key and value as separate parameters.911 909 */ 912 910 function the_meta() { … … 1467 1465 * 1468 1466 * @since 2.5.0 1469 * @uses apply_filters() Calls 'wp_get_attachment_link' filter on HTML content with same parameters as function.1470 1467 * 1471 1468 * @param int|WP_Post $id Optional. Post ID or post object. … … 1603 1600 * 1604 1601 * @since 2.5.0 1605 * @uses $wp_query1606 1602 * 1607 1603 * @param string $template The specific template name if specific matching is required. … … 1650 1646 * @since 2.6.0 1651 1647 * 1652 * @uses date_i18n()1653 *1654 1648 * @param int|object $revision Revision ID or revision object. 1655 1649 * @param bool $link Optional, default is true. Link to revisions's page? … … 1686 1680 * 1687 1681 * @since 3.6.0 1688 *1689 * @uses date_i18n()1690 1682 * 1691 1683 * @param int|object $revision Revision ID or revision object. … … 1738 1730 * @since 2.6.0 1739 1731 * 1740 * @uses wp_get_post_revisions()1741 * @uses wp_post_revision_title_expanded()1742 * @uses get_edit_post_link()1743 * @uses get_the_author_meta()1744 *1745 1732 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post. 1746 1733 * @param string $type 'all' (default), 'revision' or 'autosave'
Note: See TracChangeset
for help on using the changeset viewer.