Make WordPress Core


Ignore:
Timestamp:
12/23/2015 06:30:09 AM (11 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-page.php

    r35929 r36069  
    7878         * @param object $page         Page data object.
    7979         * @param int    $depth        Depth of page. Used for padding.
     80         * @param array  $args         Optional arguments.
    8081         * @param int    $current_page Page ID.
    81          * @param array  $args
    8282         */
    8383        public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.