Changeset 2618 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
- Timestamp:
- 02/25/2016 09:17:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r2550 r2618 5 5 * Description: WordPress interface for managing roles. 6 6 * Author: ocean90 7 * Version: 1. 17 * Version: 1.2 8 8 */ 9 9 … … 209 209 #> 210 210 <label> 211 <input type="checkbox" class="input-checkbox" name="projects[]" value="{{data.id}}"211 <input type="checkbox" class="input-checkbox" 212 212 <# 213 213 if ( data.checked ) { … … 435 435 $all_projects = array_map( 'intval', $all_projects ); 436 436 437 $projects = (array) $_REQUEST['projects'];437 $projects = explode( ',', $_REQUEST['projects'] ); 438 438 if ( in_array( 'all', $projects, true ) ) { 439 439 $this->update_translation_editor( $user_details, array( 'all' ) );
Note: See TracChangeset
for help on using the changeset viewer.