Changeset 49976 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/18/2021 12:05:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r49949 r49976 4112 4112 4113 4113 /** 4114 * Retrieve paginated linkfor archive post pages.4114 * Retrieves paginated links for archive post pages. 4115 4115 * 4116 4116 * Technically, the function can be used to create paginated link list for any … … 4358 4358 } 4359 4359 4360 /** 4361 * Filters the HTML output of paginated links for archives. 4362 * 4363 * @since 5.7.0 4364 * 4365 * @param string $r HTML output. 4366 * @param array $args An array of arguments. See paginate_links() for accepted arguments. 4367 */ 4368 $r = apply_filters( 'paginate_links_output', $r, $args ); 4369 4360 4370 return $r; 4361 4371 }
Note: See TracChangeset
for help on using the changeset viewer.