Correct sort_column argument description for wp_page_menu(). props jakub.tyrcha, c3mdigital. fixes #16516.
git-svn-id: https://develop.svn.wordpress.org/trunk@25026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b971127bac
commit
54f2629d52
@ -875,7 +875,7 @@ function wp_list_pages($args = '') {
|
||||
*
|
||||
* <ul>
|
||||
* <li><strong>sort_column</strong> - How to sort the list of pages. Defaults
|
||||
* to page title. Use column for posts table.</li>
|
||||
* to 'menu_order, post_title'. Use column for posts table.</li>
|
||||
* <li><strong>menu_class</strong> - Class to use for the div ID which contains
|
||||
* the page list. Defaults to 'menu'.</li>
|
||||
* <li><strong>echo</strong> - Whether to echo list or return it. Defaults to
|
||||
|
Loading…
x
Reference in New Issue
Block a user