Changeset 61722 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/24/2026 02:28:33 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r61718 r61722 658 658 ); 659 659 660 if ( get_option( ' enable_real_time_collaboration' ) ) {660 if ( get_option( 'wp_enable_real_time_collaboration' ) ) { 661 661 register_post_type( 662 662 'wp_sync_storage', … … 8670 8670 ); 8671 8671 8672 if ( get_option( ' enable_real_time_collaboration' ) ) {8672 if ( get_option( 'wp_enable_real_time_collaboration' ) ) { 8673 8673 register_meta( 8674 8674 'post',
Note: See TracChangeset
for help on using the changeset viewer.