Changeset 708812
- Timestamp:
- 05/06/2013 06:28:12 PM (13 years ago)
- Location:
- child-page-navigation
- Files:
-
- 6 edited
- 2 copied
-
tags/1.3.3 (copied) (copied from child-page-navigation/trunk)
-
tags/1.3.3/child-page-navigation.php (modified) (2 diffs)
-
tags/1.3.3/readme.txt (modified) (1 diff)
-
tags/1.3.3/trunk (copied) (copied from child-page-navigation/trunk)
-
tags/1.3.3/trunk/child-page-navigation.php (modified) (2 diffs)
-
tags/1.3.3/trunk/readme.txt (modified) (1 diff)
-
trunk/child-page-navigation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
child-page-navigation/tags/1.3.3/child-page-navigation.php
r684879 r708812 6 6 Author: ITS Alaska 7 7 Author URI: http://ITSCanFixThat.com/ 8 Version: 1.3. 28 Version: 1.3.3 9 9 10 10 This program is free software: you can redistribute it and/or modify … … 58 58 $page_arr = array('child_of' => $post->ID, 'parent' => $post->ID); 59 59 60 if($ opts[$key]['sort'])60 if($instance['sort']) 61 61 $page_arr['sort_column'] = 'menu_order'; 62 62 -
child-page-navigation/tags/1.3.3/readme.txt
r684879 r708812 20 20 21 21 == Changelog == 22 23 = 1.3.3 = 24 * Fixed another code bug 22 25 23 26 = 1.3.2 = -
child-page-navigation/tags/1.3.3/trunk/child-page-navigation.php
r684879 r708812 6 6 Author: ITS Alaska 7 7 Author URI: http://ITSCanFixThat.com/ 8 Version: 1.3. 28 Version: 1.3.3 9 9 10 10 This program is free software: you can redistribute it and/or modify … … 58 58 $page_arr = array('child_of' => $post->ID, 'parent' => $post->ID); 59 59 60 if($ opts[$key]['sort'])60 if($instance['sort']) 61 61 $page_arr['sort_column'] = 'menu_order'; 62 62 -
child-page-navigation/tags/1.3.3/trunk/readme.txt
r684879 r708812 20 20 21 21 == Changelog == 22 23 = 1.3.3 = 24 * Fixed another code bug 22 25 23 26 = 1.3.2 = -
child-page-navigation/trunk/child-page-navigation.php
r684879 r708812 6 6 Author: ITS Alaska 7 7 Author URI: http://ITSCanFixThat.com/ 8 Version: 1.3. 28 Version: 1.3.3 9 9 10 10 This program is free software: you can redistribute it and/or modify … … 58 58 $page_arr = array('child_of' => $post->ID, 'parent' => $post->ID); 59 59 60 if($ opts[$key]['sort'])60 if($instance['sort']) 61 61 $page_arr['sort_column'] = 'menu_order'; 62 62 -
child-page-navigation/trunk/readme.txt
r684879 r708812 20 20 21 21 == Changelog == 22 23 = 1.3.3 = 24 * Fixed another code bug 22 25 23 26 = 1.3.2 =
Note: See TracChangeset
for help on using the changeset viewer.