Changeset 1895286
- Timestamp:
- 06/19/2018 06:07:14 PM (8 years ago)
- Location:
- page-menu/trunk
- Files:
-
- 2 edited
-
pagemenu.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-menu/trunk/pagemenu.php
r1890252 r1895286 8 8 * Description: This plugin enables choosing different menus on specific pages ,posts ,custom post and taxonomy 9 9 10 * Version: 5. 0.010 * Version: 5.1.1 11 11 12 12 * Author: Rohit Kumar … … 91 91 $this, 92 92 'pgm_nav_class' 93 ), 10, 3);93 ), 10, 2); 94 94 95 95 add_filter('wp_footer', array( … … 289 289 { 290 290 291 function start_el(&$output, $item,$depth = 0, $args = [], $id = 0)291 function start_el(&$output, $item,$depth = 0, $args = array(), $id = 0) 292 292 { 293 293 -
page-menu/trunk/readme.txt
r1890401 r1895286 8 8 Requires at least: 3.4.1 9 9 Tested up to: 5.0.0 10 Stable tag: 5. 0.010 Stable tag: 5.1.1 11 11 License: GPLv3 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 106 106 == Changelog == 107 107 108 = 5.1.1 = 109 110 * compatible with old php 111 * fix ArgumentCountError 112 108 113 = 5.0.0 = 109 114
Note: See TracChangeset
for help on using the changeset viewer.