Changeset 755011
- Timestamp:
- 08/12/2013 09:39:15 AM (13 years ago)
- Location:
- quick-post-management/tags/0.0.5
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from quick-post-management/trunk)
-
index.php (modified) (1 diff)
-
qpm_admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quick-post-management/tags/0.0.5/index.php
r659869 r755011 2 2 /* 3 3 * Plugin Name: Quick Post Management 4 * Version: 0.0. 44 * Version: 0.0.5 5 5 * Plugin URI: http://name.ly/plugins/ 6 6 * Description: QPM adds handy front-end pages/posts management links for one-click actions as drafting, setting private/public, opening/closing comments/trackbacks, trashing/deleting, etc -
quick-post-management/tags/0.0.5/qpm_admin.php
r612843 r755011 44 44 } 45 45 46 if ( wp_verify_nonce ( $_GET [ 'qpmnonce' ], 'qpm_nonce' ) ) {46 if ( isset ( $_GET [ 'qpmnonce' ] ) && wp_verify_nonce ( $_GET [ 'qpmnonce' ], 'qpm_nonce' ) ) { 47 47 48 48 $new_post = array (); -
quick-post-management/tags/0.0.5/readme.txt
r659869 r755011 85 85 == Changelog == 86 86 87 = 0.0.5 = 88 89 * Fixed warning generated when WP_DEBUG is set to true 90 87 91 = 0.0.4 = 88 92
Note: See TracChangeset
for help on using the changeset viewer.