mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Another pass at some inline docs fixes mostly made by PHPCBF.
See #49572, #50744 git-svn-id: https://develop.svn.wordpress.org/trunk@48590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2329,8 +2329,8 @@ function get_next_posts_page_link( $max_page = 0 ) {
|
||||
*
|
||||
* @since 0.71
|
||||
*
|
||||
* @param int $max_page Optional. Max pages. Default 0.
|
||||
* @param bool $echo Optional. Whether to echo the link. Default true.
|
||||
* @param int $max_page Optional. Max pages. Default 0.
|
||||
* @param bool $echo Optional. Whether to echo the link. Default true.
|
||||
* @return string|void The link URL for next posts page if `$echo = false`.
|
||||
*/
|
||||
function next_posts( $max_page = 0, $echo = true ) {
|
||||
|
||||
Reference in New Issue
Block a user