Changeset 61722 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 02/24/2026 02:28:33 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r61689 r61722 111 111 </tr> 112 112 <tr> 113 <th scope="row"><label for=" enable_real_time_collaboration"><?php _e( 'Collaboration' ); ?></label></th>114 <td> 115 <input name=" enable_real_time_collaboration" type="checkbox" id="enable_real_time_collaboration" value="1" <?php checked( '1', get_option( 'enable_real_time_collaboration' ) ); ?> />116 <label for=" enable_real_time_collaboration"><?php _e( 'Enable real-time collaboration' ); ?></label>113 <th scope="row"><label for="wp_enable_real_time_collaboration"><?php _e( 'Collaboration' ); ?></label></th> 114 <td> 115 <input name="wp_enable_real_time_collaboration" type="checkbox" id="wp_enable_real_time_collaboration" value="1" <?php checked( '1', get_option( 'wp_enable_real_time_collaboration' ) ); ?> /> 116 <label for="wp_enable_real_time_collaboration"><?php _e( 'Enable real-time collaboration' ); ?></label> 117 117 </td> 118 118 </tr>
Note: See TracChangeset
for help on using the changeset viewer.