Changeset 38746
- Timestamp:
- 10/07/2016 04:59:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r38604 r38746 248 248 * @since 0.71 249 249 * 250 * @global int $page 251 * @global int $more 252 * @global bool $preview 253 * @global array $pages 254 * @global int $multipage 250 * @global int $page Page number of a single post/page. 251 * @global int $more Boolean indicator for whether single post/page is being viewed. 252 * @global bool $preview Whether post/page is in preview mode. 253 * @global array $pages Array of all pages in post/page. Each array element contains part of the content separated by the <!--nextpage--> tag. 254 * @global int $multipage Boolean indicator for whether multiple pages are in play. 255 255 * 256 256 * @param string $more_link_text Optional. Content for when there is more text.
Note: See TracChangeset
for help on using the changeset viewer.