Changeset 528754
- Timestamp:
- 04/08/2012 07:25:20 AM (14 years ago)
- Location:
- any-parent
- Files:
-
- 7 added
- 2 edited
-
tags/0.2 (added)
-
tags/0.2/any-parent.php (added)
-
tags/0.2/languages (added)
-
tags/0.2/license.txt (added)
-
tags/0.2/readme.txt (added)
-
tags/0.2/screenshot-1.png (added)
-
tags/0.2/screenshot-2.png (added)
-
trunk/any-parent.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
any-parent/trunk/any-parent.php
r522753 r528754 4 4 Plugin URI: http://innerdvations.com/plugins/any-parent/ 5 5 Description: Allows you to select any page as a parent page (for example, draft and scheduled pages). 6 Version: 0. 16 Version: 0.2 7 7 Author: Ben Irvin 8 8 Author URI: http://innerdvations.com/ … … 71 71 public function parent_dropdown_filter($args) { 72 72 $default_statuses = $this->options['default_statuses']; 73 var_dump($default_statuses);74 75 73 $args['post_status'] = $default_statuses; 76 74 $args['page_status'] = $default_statuses; -
any-parent/trunk/readme.txt
r522753 r528754 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.2.1 7 Stable tag: 0. 17 Stable tag: 0.2 8 8 9 9 Allows you to select any page as a parent page (for example, draft and scheduled pages). … … 33 33 == Changelog == 34 34 35 = 0.2 = 36 * bugfix: removed debugging output 37 35 38 = 0.1 = 36 39 * first release
Note: See TracChangeset
for help on using the changeset viewer.