Changeset 3129 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 05/13/2016 04:29:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r3035 r3129 159 159 // Passed all tests! 160 160 // Let's save everything and get things wrapped up. 161 162 // Give the author wp-admin access if they don't have it yet. 163 // @todo: Enable. 164 if ( ! current_user_can( 'plugin_dashboard_access' ) ) { 165 // wp_get_current_user()->add_role( 'plugin_committer' ); 166 } 161 167 162 168 // Create a new post on first-time submissions.
Note: See TracChangeset
for help on using the changeset viewer.