Plugin Directory

Changeset 755011


Ignore:
Timestamp:
08/12/2013 09:39:15 AM (13 years ago)
Author:
Name.ly
Message:

Version: 0.0.5

Location:
quick-post-management/tags/0.0.5
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • quick-post-management/tags/0.0.5/index.php

    r659869 r755011  
    22/*
    33 * Plugin Name:   Quick Post Management
    4  * Version:       0.0.4
     4 * Version:       0.0.5
    55 * Plugin URI:    http://name.ly/plugins/
    66 * 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  
    4444    }
    4545
    46     if ( wp_verify_nonce ( $_GET [ 'qpmnonce' ], 'qpm_nonce' ) ) {
     46    if ( isset ( $_GET [ 'qpmnonce' ] ) && wp_verify_nonce ( $_GET [ 'qpmnonce' ], 'qpm_nonce' ) ) {
    4747
    4848        $new_post = array ();
  • quick-post-management/tags/0.0.5/readme.txt

    r659869 r755011  
    8585== Changelog ==
    8686
     87= 0.0.5 =
     88
     89* Fixed warning generated when WP_DEBUG is set to true
     90
    8791= 0.0.4 =
    8892
Note: See TracChangeset for help on using the changeset viewer.