Plugin Directory

Changeset 528754


Ignore:
Timestamp:
04/08/2012 07:25:20 AM (14 years ago)
Author:
BenIrvin
Message:
 
Location:
any-parent
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • any-parent/trunk/any-parent.php

    r522753 r528754  
    44Plugin URI: http://innerdvations.com/plugins/any-parent/
    55Description: Allows you to select any page as a parent page (for example, draft and scheduled pages).
    6 Version: 0.1
     6Version: 0.2
    77Author: Ben Irvin
    88Author URI: http://innerdvations.com/
     
    7171    public function parent_dropdown_filter($args) {
    7272        $default_statuses = $this->options['default_statuses'];
    73         var_dump($default_statuses);
    74        
    7573        $args['post_status'] = $default_statuses;
    7674        $args['page_status'] = $default_statuses;
  • any-parent/trunk/readme.txt

    r522753 r528754  
    55Requires at least: 3.3.1
    66Tested up to: 3.2.1
    7 Stable tag: 0.1
     7Stable tag: 0.2
    88
    99Allows you to select any page as a parent page (for example, draft and scheduled pages).
     
    3333== Changelog ==
    3434
     35= 0.2 =
     36* bugfix: removed debugging output
     37
    3538= 0.1 =
    3639* first release
Note: See TracChangeset for help on using the changeset viewer.