Docs: Correct a typo in the `sort_column` argument description for `wp_page_menu()`.

h/t spacegrrl.
See #41017.

Built from https://develop.svn.wordpress.org/trunk@40898


git-svn-id: http://core.svn.wordpress.org/trunk@40748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-06-13 01:11:43 +00:00
parent f28f4fc637
commit a64aa2115d
2 changed files with 2 additions and 2 deletions

View File

@ -1267,7 +1267,7 @@ function wp_list_pages( $args = '' ) {
* @param array|string $args {
* Optional. Arguments to generate a page menu. See wp_list_pages() for additional arguments.
*
* @type string $sort_column How to short the list of pages. Accepts post column names.
* @type string $sort_column How to sort the list of pages. Accepts post column names.
* Default 'menu_order, post_title'.
* @type string $menu_id ID for the div containing the page list. Default is empty string.
* @type string $menu_class Class to use for the element containing the page list. Default 'menu'.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40897';
$wp_version = '4.9-alpha-40898';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.