Changeset 1030 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
- Timestamp:
- 12/08/2014 07:45:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
r1024 r1030 9 9 10 10 function __construct() { 11 $this->drafts_author = apply_filters( 'wptv_drafts_author_id', $this->drafts_author ); // this is filterable in order to support local development 12 11 13 add_action( 'admin_post_wptv_video_upload', array( &$this, 'init' ) ); 12 14 add_action( 'admin_post_nopriv_wptv_video_upload', array( &$this, 'init' ) );
Note: See TracChangeset
for help on using the changeset viewer.