Changeset 62338 for branches/7.0/src/wp-includes/option.php
- Timestamp:
- 05/08/2026 03:58:51 PM (11 hours ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
- Property svn:mergeinfo changed
/trunk merged: 62334,62337
- Property svn:mergeinfo changed
-
branches/7.0/src/wp-includes/option.php
r62058 r62338 2887 2887 2888 2888 register_setting( 2889 'writing',2890 'wp_collaboration_enabled',2891 array(2892 'type' => 'boolean',2893 'description' => __( 'Enable Real-Time Collaboration' ),2894 'sanitize_callback' => 'rest_sanitize_boolean',2895 'default' => false,2896 'show_in_rest' => true,2897 )2898 );2899 2900 register_setting(2901 2889 'reading', 2902 2890 'posts_per_page',
Note: See TracChangeset
for help on using the changeset viewer.