mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Correct a typo in the sort_column argument description for wp_page_menu().
h/t spacegrrl. See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@40898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
63731a6923
commit
9b90187611
@ -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'.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user