Changeset 794926
- Timestamp:
- 10/28/2013 06:22:25 PM (12 years ago)
- Location:
- prepare-new-version/trunk
- Files:
-
- 3 edited
-
include/admin.php (modified) (1 diff)
-
prepare_new_version.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prepare-new-version/trunk/include/admin.php
r780786 r794926 139 139 140 140 $current_screen = get_current_screen(); 141 142 // get_current_screen() could return null (in AJAX context for ex, when quick editing a post) 143 if( !$current_screen ) 144 return $columns; 145 141 146 $post_type_obj = get_post_type_object( $current_screen->post_type ); 142 147 -
prepare-new-version/trunk/prepare_new_version.php
r780786 r794926 7 7 * Author URI: http://www.globalis-ms.com 8 8 * 9 * Version: 0.9. 19 * Version: 0.9.2 10 10 * Requires at least: 3.6.0 11 11 * Tested up to: 3.6 -
prepare-new-version/trunk/readme.txt
r793578 r794926 3 3 Tags: copy, duplication, clone, editing, replacement, workflow, update, anticipate, post, page, version 4 4 Requires at least: 3.5 5 Tested up to: 3. 6.16 Stable tag: 0.9. 15 Tested up to: 3.7 6 Stable tag: 0.9.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 0.9.2 = 95 * fixes incompatibility with others plugins 96 94 97 = 0.9.1 = 95 98 * Code refactoring and cleaning … … 126 129 **pnv_erase_content_destination** 127 130 Filter that can be used to alter $destination array before 'wp_insert_post' get called when a copy, duplication or replacement is triggered 128 This filter sends 2other parameters: the $source object (WP_Post instance) and the $copy boolean131 This filter sends 3 other parameters: the $source object (WP_Post instance) and the $copy boolean 129 132 130 133 **pnv_filtered_metas**
Note: See TracChangeset
for help on using the changeset viewer.