diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index b2fc1bfe46..37343733d1 100644 --- a/wp-includes/post-template.php +++ b/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'. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4366bc91e3..8678ff2fda 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.