Changeset 53259
- Timestamp:
- 04/25/2022 04:14:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r53208 r53259 472 472 $editor_settings['localAutosaveInterval'] = 15; 473 473 $editor_settings['__experimentalDiscussionSettings'] = array( 474 'commentOrder' => get_option( 'comment_order' ), 475 'commentsPerPage' => get_option( 'comments_per_page' ), 476 'defaultCommentsPage' => get_option( 'default_comments_page' ), 477 'pageComments' => get_option( 'page_comments' ), 478 'threadComments' => get_option( 'thread_comments' ), 479 'threadCommentsDepth' => get_option( 'thread_comments_depth' ), 480 'avatarURL' => get_avatar_url( 474 'commentOrder' => get_option( 'comment_order' ), 475 'commentsPerPage' => get_option( 'comments_per_page' ), 476 'defaultCommentsPage' => get_option( 'default_comments_page' ), 477 'pageComments' => get_option( 'page_comments' ), 478 'threadComments' => get_option( 'thread_comments' ), 479 'threadCommentsDepth' => get_option( 'thread_comments_depth' ), 480 'defaultCommentStatus' => get_option( 'default_comment_status' ), 481 'avatarURL' => get_avatar_url( 481 482 '', 482 483 array(
Note: See TracChangeset
for help on using the changeset viewer.