Changeset 654210
- Timestamp:
- 01/17/2013 11:46:30 AM (13 years ago)
- Location:
- reorder-post-within-categories/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
reorder-posts-within-categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reorder-post-within-categories/trunk/readme.txt
r652972 r654210 3 3 Requires at least: 3.4 4 4 Tested up to: 3.5 5 Stable tag: 1.1. 35 Stable tag: 1.1.4 6 6 License: GPLv2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 1.1.4 = 33 * Correct minor bug 34 32 35 = 1.1.3 = 33 36 * Add spanish translations. Special thanks to David Bravo for this ! -
reorder-post-within-categories/trunk/reorder-posts-within-categories.php
r650184 r654210 4 4 Plugin URI: http://www.deefuse.fr/wordpress/nouveau-plugin-reorder-post-within-categories 5 5 Description: Arrange Post and Custom Post Type through drag & drop interface of selected category (or custom taxonomies). 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: Aurélien Chappard 8 8 Author URI: http://www.deefuse.fr/ … … 298 298 foreach($order as $post_id) { 299 299 $inc_row = $result_arr[$post_id]; 300 $incl = $inc_row->incl;300 $incl = 1; //$inc_row->incl; @toto 301 301 $row = $results[$start]; 302 302 ++$start;
Note: See TracChangeset
for help on using the changeset viewer.