Skip to content

Commit

Permalink
Rename "Reusable Blocks" admin submenu as "Patterns"
Browse files Browse the repository at this point in the history
  • Loading branch information
htmgarcia committed Aug 2, 2023
1 parent 1a93474 commit 68a3f23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/incl/advanced-gutenberg-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ public function subAdminPages()
],
[
'slug' => 'edit.php?post_type=wp_block',
'title' => esc_html__( 'Reusable Blocks', 'advanced-gutenberg' ),
'title' => esc_html__( 'Patterns', 'advanced-gutenberg' ),
'callback' => '',
'order' => 7,
'enabled' => $this->settingIsEnabled( 'reusable_blocks' )
Expand Down
4 changes: 2 additions & 2 deletions src/incl/pages/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
],
[
'name' => 'reusable_blocks',
'title' => __( 'Reusable Blocks', 'advanced-gutenberg' ),
'title' => __( 'Patterns', 'advanced-gutenberg' ),
'description' => __(
'This feature enables a submenu to manage Reusable Blocks.', 'advanced-gutenberg'
'This feature enables a submenu to manage your Patterns.', 'advanced-gutenberg'
),
'default' => 1,
'access' => true
Expand Down
3 changes: 2 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ Yes, we use the phrase "publishpress-advg-install" to share install links. You w

== Changelog ==

= 3.1.6 - 1 Aug 2023 =
= 3.1.6 - 2 Aug 2023 =
* Fix: Undeclared $style_html variable
* Change: "Reusable Blocks" admin submenu to "Patterns"

= 3.1.5 - 25 Jul 2023 =
* Fix: post-sidebar.js enqueue in post and page edit only
Expand Down

0 comments on commit 68a3f23

Please sign in to comment.