Make WordPress Core

Changeset 40898


Ignore:
Timestamp:
06/13/2017 01:10:23 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Correct a typo in the sort_column argument description for wp_page_menu().

h/t spacegrrl.
See #41017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r40387 r40898  
    12681268 *     Optional. Arguments to generate a page menu. See wp_list_pages() for additional arguments.
    12691269 *
    1270  *     @type string          $sort_column  How to short the list of pages. Accepts post column names.
     1270 *     @type string          $sort_column  How to sort the list of pages. Accepts post column names.
    12711271 *                                         Default 'menu_order, post_title'.
    12721272 *     @type string          $menu_id      ID for the div containing the page list. Default is empty string.
Note: See TracChangeset for help on using the changeset viewer.