Changeset 42703 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 02/12/2018 09:11:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r42660 r42703 3769 3769 * @type string $after_page_number A string to append after the page number. Default empty. 3770 3770 * } 3771 * @return array|string|void String of page links or array of page links.3771 * @return string|array|void String of page links or array of page links. 3772 3772 */ 3773 3773 function paginate_links( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.