Plugin Directory

Changeset 1247419


Ignore:
Timestamp:
09/17/2015 08:42:27 AM (10 years ago)
Author:
cdecou
Message:

Fix Warning

Location:
custom-field-menu
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • custom-field-menu/tags/0.1/custom-field-menu.php

    r1247385 r1247419  
    33Plugin Name: Custom Field Menu
    44Plugin URL: http://clement-decou.olympe.in
    5 Description: Plugin ajout url pour un big menu
     5Description: Add cutom fields to menu items
    66Version: 0.1
    77Author: Clément Décou
  • custom-field-menu/tags/0.1/edit_custom_walker.php

    r1247335 r1247419  
    1616     * @param string $output Passed by reference.
    1717     */
    18     function start_lvl(&$output) { 
     18    function start_lvl(&$output, $depth = 0, $args = array()) {
    1919    }
    2020   
     
    2525     * @param string $output Passed by reference.
    2626     */
    27     function end_lvl(&$output) {
     27    function end_lvl(&$output, $depth = 0, $args = array()) {
    2828    }
    2929   
     
    3737     * @param object $args
    3838     */
    39     function start_el(&$output, $item, $depth, $args) {
     39    function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
    4040        global $_wp_nav_menu_max_depth;
    4141       
  • custom-field-menu/trunk/custom-field-menu.php

    r1247385 r1247419  
    33Plugin Name: Custom Field Menu
    44Plugin URL: http://clement-decou.olympe.in
    5 Description: Plugin ajout url pour un big menu
    6 Version: 0.1
     5Description: Add cutom fields to menu items
     6Version: 0.1.1
    77Author: Clément Décou
    88Author URI: http://clement-decou.olympe.in
  • custom-field-menu/trunk/edit_custom_walker.php

    r1247335 r1247419  
    1616     * @param string $output Passed by reference.
    1717     */
    18     function start_lvl(&$output) { 
     18    function start_lvl(&$output, $depth = 0, $args = array()) {
    1919    }
    2020   
     
    2525     * @param string $output Passed by reference.
    2626     */
    27     function end_lvl(&$output) {
     27    function end_lvl(&$output, $depth = 0, $args = array()) {
    2828    }
    2929   
     
    3737     * @param object $args
    3838     */
    39     function start_el(&$output, $item, $depth, $args) {
     39    function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
    4040        global $_wp_nav_menu_max_depth;
    4141       
  • custom-field-menu/trunk/readme.txt

    r1247358 r1247419  
    2424== Changelog ==
    2525
     26= 0.1.1 =
     27* Fix PHP Warning
     28
    2629= 0.1 =
    2730* First beta release
Note: See TracChangeset for help on using the changeset viewer.