Fix spacing in docs for `get_pages()`.
Props DrewAPicture. See #25186. Built from https://develop.svn.wordpress.org/trunk@25268 git-svn-id: http://core.svn.wordpress.org/trunk@25234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20594f082e
commit
cc41e7d04a
|
@ -3615,7 +3615,7 @@ function get_page_uri( $page ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve a list of pages.
|
||||
* Retrieve a list of pages
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object
|
||||
*
|
||||
|
@ -3638,7 +3638,7 @@ function get_page_uri( $page ) {
|
|||
* @type string 'post_type' The post type to return (default 'page').
|
||||
* @type string 'post_status' A comma-separated list of post status types to include (default 'publish').
|
||||
* }
|
||||
* @return array List of pages matching defaults or $args
|
||||
* @return array List of pages matching defaults or $args.
|
||||
*/
|
||||
function get_pages( $args = '' ) {
|
||||
global $wpdb;
|
||||
|
|
Loading…
Reference in New Issue