diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php
index facb36edd8..793957fb9f 100644
--- a/src/wp-includes/post-template.php
+++ b/src/wp-includes/post-template.php
@@ -875,7 +875,7 @@ function wp_list_pages($args = '') {
*
*
* - sort_column - How to sort the list of pages. Defaults
- * to page title. Use column for posts table.
+ * to 'menu_order, post_title'. Use column for posts table.
* - menu_class - Class to use for the div ID which contains
* the page list. Defaults to 'menu'.
* - echo - Whether to echo list or return it. Defaults to