Changeset 7970
- Timestamp:
- 12/11/2018 12:17:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r7966 r7970 176 176 add_filter( 'show_post_locked_dialog', '__return_false' ); 177 177 178 // Everyone can richedit! This avoids a case where a page can be cached where a user can't richedit. 179 $GLOBALS['wp_rich_edit'] = true; 180 add_filter( 'user_can_richedit', '__return_true', 1000 ); 181 178 182 // Homepage is always locked by @wordpressdotorg 179 183 // This prevents other logged-in users taking a lock of the post on the front-end.
Note: See TracChangeset
for help on using the changeset viewer.