Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (9 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-walker-nav-menu-checklist.php

    r9819 r10012  
    1414 *
    1515 * Borrowed heavily from {@link Walker_Nav_Menu_Checklist}, but modified so as not
    16  * to require an actual post type or taxonomy, and to force certain CSS classes
     16 * to require an actual post type or taxonomy, and to force certain CSS classes.
    1717 *
    1818 * @since BuddyPress (1.9.0)
     
    2525     * @see Walker_Nav_Menu::__construct() for a description of parameters.
    2626     *
    27      * @param array $fields See {@link Walker_Nav_Menu::__construct()}.
     27     * @param array|bool $fields See {@link Walker_Nav_Menu::__construct()}.
    2828     */
    2929    public function __construct( $fields = false ) {
     
    3939     *
    4040     * @param string $output See {@Walker_Nav_Menu::start_lvl()}.
    41      * @param int $depth See {@Walker_Nav_Menu::start_lvl()}.
    42      * @param array $args See {@Walker_Nav_Menu::start_lvl()}.
     41     * @param int    $depth See {@Walker_Nav_Menu::start_lvl()}.
     42     * @param array  $args  See {@Walker_Nav_Menu::start_lvl()}.
    4343     */
    4444    public function start_lvl( &$output, $depth = 0, $args = array() ) {
     
    5353     *
    5454     * @param string $output See {@Walker_Nav_Menu::end_lvl()}.
    55      * @param int $depth See {@Walker_Nav_Menu::end_lvl()}.
    56      * @param array $args See {@Walker_Nav_Menu::end_lvl()}.
     55     * @param int    $depth See {@Walker_Nav_Menu::end_lvl()}.
     56     * @param array  $args  See {@Walker_Nav_Menu::end_lvl()}.
    5757     */
    5858    public function end_lvl( &$output, $depth = 0, $args = array() ) {
     
    6666     * @see Walker::start_el() for description of parameters.
    6767     *
    68      * @param string $output Passed by reference. Used to append additional
    69      *        content.
    70      * @param object $item Menu item data object.
    71      * @param int $depth Depth of menu item. Used for padding.
    72      * @param object $args See {@Walker::start_el()}.
    73      * @param int $id See {@Walker::start_el()}.
     68     * @param string       $output Passed by reference. Used to append additional
     69     *                             content.
     70     * @param object       $item  Menu item data object.
     71     * @param int          $depth Depth of menu item. Used for padding.
     72     * @param object|array $args  See {@Walker::start_el()}.
     73     * @param int          $id    See {@Walker::start_el()}.
    7474     */
    7575    function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.