Changeset 61828 for trunk/src/wp-includes/option.php
- Timestamp:
- 03/04/2026 08:04:35 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r61722 r61828 2888 2888 register_setting( 2889 2889 'writing', 2890 'wp_ enable_real_time_collaboration',2890 'wp_disable_real_time_collaboration', 2891 2891 array( 2892 2892 'type' => 'boolean', 2893 'description' => __( ' Enable Real-Time Collaboration' ),2893 'description' => __( 'Disable real-time collaboration' ), 2894 2894 'sanitize_callback' => 'rest_sanitize_boolean', 2895 2895 'default' => false,
Note: See TracChangeset
for help on using the changeset viewer.