Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingZombie committed Sep 18, 2013
1 parent bdf2f6f commit 8ff5999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-plugin/includes/admin.php
Expand Up @@ -20,7 +20,7 @@ function __construct( &$parent ) {
add_action( 'admin_menu', array( &$this, 'options_menu_init' ) );
add_action( 'admin_enqueue_scripts', array( &$this, 'admin_enqueue' ) );

//upload helers
//upload helpers
add_filter( 'get_media_item_args', array( &$this, 'send_to_editor'), 10, 1);

}
Expand Down

0 comments on commit 8ff5999

Please sign in to comment.