Skip to content

Commit

Permalink
Remove stray comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Jan 24, 2013
1 parent f011c97 commit d91e965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion -/php/media.php
Expand Up @@ -44,7 +44,6 @@ public function __construct() {
* @hook admin_init * @hook admin_init
*/ */
public function admin_init() { public function admin_init() {
//print_r( $_GET ); die;
if ( isset( $_GET[ 'webcomic_action' ], $_GET[ 'post' ] ) and 'regenerate' === $_GET[ 'webcomic_action' ] and $meta = wp_get_attachment_metadata( $_GET[ 'post' ] ) ) { if ( isset( $_GET[ 'webcomic_action' ], $_GET[ 'post' ] ) and 'regenerate' === $_GET[ 'webcomic_action' ] and $meta = wp_get_attachment_metadata( $_GET[ 'post' ] ) ) {
check_admin_referer( 'webcomic_regenerate' ); check_admin_referer( 'webcomic_regenerate' );


Expand Down

0 comments on commit d91e965

Please sign in to comment.