Changeset 30671 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 11/30/2014 10:37:00 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r30545 r30671 207 207 * 208 208 * @param string $more_link_text Optional. Content for when there is more text. 209 * @param bool $strip_teaserOptional. Strip teaser content before the more text. Default is false.209 * @param bool $strip_teaser Optional. Strip teaser content before the more text. Default is false. 210 210 */ 211 211 function the_content( $more_link_text = null, $strip_teaser = false) { … … 230 230 * 231 231 * @param string $more_link_text Optional. Content for when there is more text. 232 * @param bool $strip teaser Optional. Strip teaser content before the more text. Default is false.232 * @param bool $strip_teaser Optional. Strip teaser content before the more text. Default is false. 233 233 * @return string 234 234 */ … … 1447 1447 * 1448 1448 * @param int|WP_Post $id Optional. Post ID or post object. 1449 * @param bool $fullsizeOptional, default is false. Whether to use full size.1450 * @param bool $deprecatedDeprecated. Not used.1451 * @param bool $permalinkOptional, default is false. Whether to include permalink.1449 * @param bool $fullsize Optional, default is false. Whether to use full size. 1450 * @param bool $deprecated Deprecated. Not used. 1451 * @param bool $permalink Optional, default is false. Whether to include permalink. 1452 1452 */ 1453 1453 function the_attachment_link( $id = 0, $fullsize = false, $deprecated = false, $permalink = false ) { … … 1466 1466 * @since 2.5.0 1467 1467 * 1468 * @param int|WP_Post $idOptional. Post ID or post object.1469 * @param string $sizeOptional, default is 'thumbnail'. Size of image, either array or string.1470 * @param bool $permalink Optional, default is false. Whether to add permalink to image.1471 * @param bool $iconOptional, default is false. Whether to include icon.1472 * @param string|bool $textOptional, default is false. If string, then will be link text.1473 * @param array|string $attr Optional. Array or string of attributes.1468 * @param int|WP_Post $id Optional. Post ID or post object. 1469 * @param string $size Optional, default is 'thumbnail'. Size of image, either array or string. 1470 * @param bool $permalink Optional, default is false. Whether to add permalink to image. 1471 * @param bool $icon Optional, default is false. Whether to include icon. 1472 * @param string|bool $text Optional, default is false. If string, then will be link text. 1473 * @param array|string $attr Optional. Array or string of attributes. 1474 1474 * @return string HTML content. 1475 1475 */ … … 1731 1731 * 1732 1732 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post. 1733 * @param string $type'all' (default), 'revision' or 'autosave'1733 * @param string $type 'all' (default), 'revision' or 'autosave' 1734 1734 * @return null 1735 1735 */
Note: See TracChangeset
for help on using the changeset viewer.