Skip to content

Commit

Permalink
RePublicize: Enable the block editor UI by default (#21855)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Herve <[email protected]>
  • Loading branch information
Copons and jeherve authored Nov 23, 2021
1 parent cd2f9e3 commit e845000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: enhancement

Enable the RePublicize UI in the block editor context.
4 changes: 2 additions & 2 deletions projects/plugins/jetpack/class.jetpack-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,9 @@ public static function enqueue_block_editor_assets() {
*
* @since 10.3.0
*
* @param bool false Enable the RePublicize UI in the block editor context. Defaults to false.
* @param bool true Enable the RePublicize UI in the block editor context. Defaults to true.
*/
'republicize_enabled' => apply_filters( 'jetpack_block_editor_republicize_feature', false ),
'republicize_enabled' => apply_filters( 'jetpack_block_editor_republicize_feature', true ),
),
'siteFragment' => $status->get_site_suffix(),
'adminUrl' => esc_url( admin_url() ),
Expand Down

0 comments on commit e845000

Please sign in to comment.