Changeset 2618 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/views/edit-translation-editor.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/views/edit-translation-editor.php
r2545 r2618 18 18 <li id="project-all" class="active"> 19 19 <label> 20 <input name="projects[]" value="all"type="checkbox"<?php checked( in_array( 'all', $project_access_list ) ); ?>> <?php _e( 'All projects', 'rosetta' ); ?>20 <input type="checkbox"<?php checked( in_array( 'all', $project_access_list ) ); ?>> <?php _e( 'All projects', 'rosetta' ); ?> 21 21 </label> 22 22 <div class="sub-projects-wrapper"> … … 35 35 </table> 36 36 37 <input type="hidden" id="project-access-list" name="projects" value="<?php esc_attr( implode( ',', $project_access_list ) ); ?>"> 37 38 <input type="hidden" name="action" value="update-translation-editor"> 38 39 <input type="hidden" name="user_id" value="<?php echo esc_attr( $user_id ); ?>">
Note: See TracChangeset
for help on using the changeset viewer.