Make WordPress Core

Ticket #15125: 15125.patch

File 15125.patch, 1.5 KB (added by Utkarsh, 14 years ago)
  • wp-admin/includes/nav-menu.php

     
    1313         * @since 3.0.0
    1414         *
    1515         * @param string $output Passed by reference.
    16          * @param int $depth Depth of page.
    1716         */
    1817        function start_lvl(&$output) {}
    1918
     
    2221         * @since 3.0.0
    2322         *
    2423         * @param string $output Passed by reference.
    25          * @param int $depth Depth of page.
    2624         */
    2725        function end_lvl(&$output) {
    2826        }
     
    3432         * @param string $output Passed by reference. Used to append additional content.
    3533         * @param object $item Menu item data object.
    3634         * @param int $depth Depth of menu item. Used for padding.
    37          * @param int $current_page Menu item ID.
    3835         * @param object $args
    3936         */
    4037        function start_el(&$output, $item, $depth, $args) {
     
    218215         * @param string $output Passed by reference. Used to append additional content.
    219216         * @param object $item Menu item data object.
    220217         * @param int $depth Depth of menu item. Used for padding.
    221          * @param int $current_page Menu item ID.
    222218         * @param object $args
    223219         */
    224220        function start_el(&$output, $item, $depth, $args) {
     
    11021098 *
    11031099 * @since 3.0.0
    11041100 *
    1105  * @param string $menu_item_id The ID of the menu item to format.
    11061101 * @return string|WP_Error $output The menu formatted to edit or error object on failure.
    11071102 */
    11081103function wp_nav_menu_manage_columns() {