Skip to content

Commit ebd8cd3

Browse files
committed
Merge branch 'develop' into ver/1.1.1
2 parents 62bef7d + 97c1fff commit ebd8cd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git config --local user.name "$(git log --format='%an' HEAD^!)"
6969
7070
echo "Creating branch"
71-
git checkout -b release/{$VERSION}
71+
git checkout -b release/${VERSION}
7272
7373
echo "Creating tag ${VERSION}"
7474
git add .

includes/Gutenberg/SharedBlocksAttributes.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ public function register_editor_assets(): void {
9999
true
100100
);
101101

102+
// Load translations.
103+
wp_set_script_translations( self::SHARED_BLOCK_SCRIPT_HANDLE, 'multisite-shared-blocks' );
104+
102105
// Register additional configuration data for the script to be print before the script tag.
103106
wp_add_inline_script(
104107
self::SHARED_BLOCK_SCRIPT_HANDLE,

0 commit comments

Comments
 (0)