Changeset 61828 for trunk/src/wp-includes/post.php
- Timestamp:
- 03/04/2026 08:04:35 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r61789 r61828 658 658 ); 659 659 660 if ( get_option( 'wp_enable_real_time_collaboration') ) {660 if ( ! boolval( get_option( 'wp_disable_real_time_collaboration' ) ) ) { 661 661 register_post_type( 662 662 'wp_sync_storage', … … 8672 8672 ); 8673 8673 8674 if ( get_option( 'wp_enable_real_time_collaboration') ) {8674 if ( ! boolval( get_option( 'wp_disable_real_time_collaboration' ) ) ) { 8675 8675 register_meta( 8676 8676 'post',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)