Changeset 3467
- Timestamp:
- 06/19/2016 12:01:04 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r3382 r3467 176 176 // Give committers a role on this site. 177 177 foreach ( Tools::get_plugin_committers( $plugin_slug ) as $committer ) { 178 // @todo: Enable.179 continue;180 178 $user = get_user_by( 'slug', $committer ); 181 179 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r3456 r3467 161 161 162 162 // Give the author wp-admin access if they don't have it yet. 163 // @todo: Enable.164 163 if ( ! current_user_can( 'plugin_dashboard_access' ) ) { 165 //wp_get_current_user()->add_role( 'plugin_committer' );164 wp_get_current_user()->add_role( 'plugin_committer' ); 166 165 } 167 166
Note: See TracChangeset
for help on using the changeset viewer.