Plugin Directory

Changeset 654210


Ignore:
Timestamp:
01/17/2013 11:46:30 AM (13 years ago)
Author:
Aurelien
Message:

Correct minor bug

Location:
reorder-post-within-categories/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reorder-post-within-categories/trunk/readme.txt

    r652972 r654210  
    33Requires at least: 3.4
    44Tested up to: 3.5
    5 Stable tag: 1.1.3
     5Stable tag: 1.1.4
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030== Changelog ==
    3131
     32= 1.1.4 =
     33* Correct minor bug
     34
    3235= 1.1.3 =
    3336* Add spanish translations. Special thanks to David Bravo for this !
  • reorder-post-within-categories/trunk/reorder-posts-within-categories.php

    r650184 r654210  
    44Plugin URI:   http://www.deefuse.fr/wordpress/nouveau-plugin-reorder-post-within-categories
    55Description: Arrange Post and Custom Post Type through drag & drop interface of selected category (or custom taxonomies).
    6 Version: 1.1.3
     6Version: 1.1.4
    77Author: Aurélien Chappard
    88Author URI: http://www.deefuse.fr/
     
    298298        foreach($order as $post_id) {
    299299            $inc_row = $result_arr[$post_id];
    300             $incl = $inc_row->incl;
     300            $incl = 1; //$inc_row->incl; @toto
    301301            $row = $results[$start];
    302302            ++$start;
Note: See TracChangeset for help on using the changeset viewer.