Changeset 1247419
- Timestamp:
- 09/17/2015 08:42:27 AM (10 years ago)
- Location:
- custom-field-menu
- Files:
-
- 5 edited
-
tags/0.1/custom-field-menu.php (modified) (1 diff)
-
tags/0.1/edit_custom_walker.php (modified) (3 diffs)
-
trunk/custom-field-menu.php (modified) (1 diff)
-
trunk/edit_custom_walker.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-field-menu/tags/0.1/custom-field-menu.php
r1247385 r1247419 3 3 Plugin Name: Custom Field Menu 4 4 Plugin URL: http://clement-decou.olympe.in 5 Description: Plugin ajout url pour un big menu5 Description: Add cutom fields to menu items 6 6 Version: 0.1 7 7 Author: Clément Décou -
custom-field-menu/tags/0.1/edit_custom_walker.php
r1247335 r1247419 16 16 * @param string $output Passed by reference. 17 17 */ 18 function start_lvl(&$output ) {18 function start_lvl(&$output, $depth = 0, $args = array()) { 19 19 } 20 20 … … 25 25 * @param string $output Passed by reference. 26 26 */ 27 function end_lvl(&$output ) {27 function end_lvl(&$output, $depth = 0, $args = array()) { 28 28 } 29 29 … … 37 37 * @param object $args 38 38 */ 39 function start_el(&$output, $item, $depth , $args) {39 function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) { 40 40 global $_wp_nav_menu_max_depth; 41 41 -
custom-field-menu/trunk/custom-field-menu.php
r1247385 r1247419 3 3 Plugin Name: Custom Field Menu 4 4 Plugin URL: http://clement-decou.olympe.in 5 Description: Plugin ajout url pour un big menu6 Version: 0.1 5 Description: Add cutom fields to menu items 6 Version: 0.1.1 7 7 Author: Clément Décou 8 8 Author URI: http://clement-decou.olympe.in -
custom-field-menu/trunk/edit_custom_walker.php
r1247335 r1247419 16 16 * @param string $output Passed by reference. 17 17 */ 18 function start_lvl(&$output ) {18 function start_lvl(&$output, $depth = 0, $args = array()) { 19 19 } 20 20 … … 25 25 * @param string $output Passed by reference. 26 26 */ 27 function end_lvl(&$output ) {27 function end_lvl(&$output, $depth = 0, $args = array()) { 28 28 } 29 29 … … 37 37 * @param object $args 38 38 */ 39 function start_el(&$output, $item, $depth , $args) {39 function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) { 40 40 global $_wp_nav_menu_max_depth; 41 41 -
custom-field-menu/trunk/readme.txt
r1247358 r1247419 24 24 == Changelog == 25 25 26 = 0.1.1 = 27 * Fix PHP Warning 28 26 29 = 0.1 = 27 30 * First beta release
Note: See TracChangeset
for help on using the changeset viewer.