Changeset 62078 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 03/20/2026 03:55:07 PM (5 days 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
r62075 r62078 113 113 <th scope="row"><?php _e( 'Collaboration' ); ?></th> 114 114 <td> 115 <?php if ( ! defined( 'WP_ALLOW_COLLABORATION' ) || true === WP_ALLOW_COLLABORATION ) : ?>115 <?php if ( defined( 'WP_ALLOW_COLLABORATION' ) && false === WP_ALLOW_COLLABORATION ) : ?> 116 116 <div class="notice notice-warning inline"> 117 117 <p><?php _e( '<strong>Note:</strong> Real-time collaboration has been disabled.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.