Changeset 749946
- Timestamp:
- 08/02/2013 12:15:39 PM (13 years ago)
- Location:
- codepress-menu
- Files:
-
- 1 added
- 3 edited
-
tags/2.3.2 (added)
-
trunk/class-codepress-menu-walker.php (modified) (1 diff)
-
trunk/codepress-menu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codepress-menu/trunk/class-codepress-menu-walker.php
r728325 r749946 89 89 * @since 2.1 90 90 */ 91 public function walk( $items, $depth, $args ) { 91 public function walk( $items, $depth ) { 92 $func_args = func_get_args(); 93 $args = array_pop( $func_args ); 94 92 95 $items = $this->indent( $items, 0, $this->db_fields['parent'], $this->db_fields['id'] ); 93 96 -
codepress-menu/trunk/codepress-menu.php
r731465 r749946 3 3 Plugin Name: Codepress Menu 4 4 Plugin URI: http://wordpress.org/extend/plugins/codepress-menu/ 5 Version: 2.3. 15 Version: 2.3.2 6 6 Description: Extensions for WordPress nav-menu's 7 7 Author: Codepress -
codepress-menu/trunk/readme.txt
r731465 r749946 3 3 Tags: wordpress, menu, submenu, walker, navigation, nav, php, code, wp_nav_menu 4 4 Requires at least: 3.1 5 Tested up to: 3. 56 Stable tag: 2.3. 15 Tested up to: 3.6 6 Stable tag: 2.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 120 120 == Changelog == 121 121 122 = 2.3.2 = 123 124 * Fixed a strict standards warning when calling walk() 125 122 126 = 2.3.1 = 123 127
Note: See TracChangeset
for help on using the changeset viewer.