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:
John Blackbourn 2018-08-19 11:17:26 +00:00
parent 8730f3cb79
commit 879f43f278
2 changed files with 2 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@ function wp_list_pages( $args = '' ) {
/** /**
* Displays or retrieves a list of pages with an optional home link. * 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. * Check that function for more info on those arguments.
* *
* @since 2.7.0 * @since 2.7.0

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.