Changeset 30545 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 11/24/2014 06:14:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r30157 r30545 731 731 * Optional. Array or string of default arguments. 732 732 * 733 * @type string $before HTML or text to prepend to each link. Default is '<p> Pages:'.734 * @type string $after HTML or text to append to each link. Default is '</p>'.735 * @type string $link_before HTML or text to prepend to each link, inside the <a>tag.733 * @type string $before HTML or text to prepend to each link. Default is `<p> Pages:`. 734 * @type string $after HTML or text to append to each link. Default is `</p>`. 735 * @type string $link_before HTML or text to prepend to each link, inside the `<a>` tag. 736 736 * Also prepended to the current item, which is not linked. Default empty. 737 * @type string $link_after HTML or text to append to each Pages link inside the <a>tag.737 * @type string $link_after HTML or text to append to each Pages link inside the `<a>` tag. 738 738 * Also appended to the current item, which is not linked. Default empty. 739 739 * @type string $next_or_number Indicates whether page numbers should be used. Valid values are number … … 1511 1511 1512 1512 /** 1513 * Wrap attachment in <<p>> elementbefore content.1513 * Wrap attachment in paragraph tag before content. 1514 1514 * 1515 1515 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.