mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
f28f4fc637
commit
a64aa2115d
@ -1267,7 +1267,7 @@ function wp_list_pages( $args = '' ) {
|
|||||||
* @param array|string $args {
|
* @param array|string $args {
|
||||||
* Optional. Arguments to generate a page menu. See wp_list_pages() for additional arguments.
|
* 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'.
|
* Default 'menu_order, post_title'.
|
||||||
* @type string $menu_id ID for the div containing the page list. Default is empty string.
|
* @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'.
|
* @type string $menu_class Class to use for the element containing the page list. Default 'menu'.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user