Plugin Directory

Changeset 749946


Ignore:
Timestamp:
08/02/2013 12:15:39 PM (13 years ago)
Author:
davidmosterd
Message:

Fixed a strict standards 3.6 bug

Location:
codepress-menu
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • codepress-menu/trunk/class-codepress-menu-walker.php

    r728325 r749946  
    8989     * @since 2.1
    9090     */
    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       
    9295        $items = $this->indent( $items, 0, $this->db_fields['parent'], $this->db_fields['id'] );
    9396
  • codepress-menu/trunk/codepress-menu.php

    r731465 r749946  
    33Plugin Name:        Codepress Menu
    44Plugin URI:         http://wordpress.org/extend/plugins/codepress-menu/
    5 Version:            2.3.1
     5Version:            2.3.2
    66Description:        Extensions for WordPress nav-menu's
    77Author:             Codepress
  • codepress-menu/trunk/readme.txt

    r731465 r749946  
    33Tags: wordpress, menu, submenu, walker, navigation, nav, php, code, wp_nav_menu
    44Requires at least: 3.1
    5 Tested up to: 3.5
    6 Stable tag: 2.3.1
     5Tested up to: 3.6
     6Stable tag: 2.3.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    120120== Changelog ==
    121121
     122= 2.3.2 =
     123
     124* Fixed a strict standards warning when calling walk()
     125
    122126= 2.3.1 =
    123127
Note: See TracChangeset for help on using the changeset viewer.