Properly indent the hash notation of default arguments for wp_page_menu().

See #28841.


git-svn-id: https://develop.svn.wordpress.org/trunk@31600 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-03-02 06:15:36 +00:00
parent 7b0e13670d
commit 340fa25658

View File

@ -1131,8 +1131,7 @@ function wp_list_pages( $args = '' ) {
* @since 2.7.0
*
* @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.
* Default 'menu_order, post_title'.