Docs: Remove an erroneous closing brace from the description of `wp_list_pages()`.
Props birgire See #42505 Built from https://develop.svn.wordpress.org/trunk@43576 git-svn-id: http://core.svn.wordpress.org/trunk@43405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8730f3cb79
commit
879f43f278
|
@ -1323,7 +1323,7 @@ function wp_list_pages( $args = '' ) {
|
|||
/**
|
||||
* Displays or retrieves a list of pages with an optional home link.
|
||||
*
|
||||
* The arguments are listed below and part of the arguments are for wp_list_pages()} function.
|
||||
* The arguments are listed below and part of the arguments are for wp_list_pages() function.
|
||||
* Check that function for more info on those arguments.
|
||||
*
|
||||
* @since 2.7.0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43574';
|
||||
$wp_version = '5.0-alpha-43576';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue