From 9b9018761107ca138609dd0b180ee641336bbff5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 13 Jun 2017 01:10:23 +0000 Subject: [PATCH] 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 --- src/wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index b2fc1bfe46..37343733d1 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -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'.