Skip to content

Commit cdc2b68

Browse files
committed
fix(Editor): phpcs issue
1 parent c8a3f22 commit cdc2b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/Services/Editor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ private function register_custom_block_styles() {
164164
for ( $i = 1; $i <= 6; $i++ ) {
165165
$style = [
166166
'name' => 'h' . $i,
167+
/* translators: %s: heading number */
167168
'label' => sprintf( __( 'Style H%s', 'beapi-frontend-framework' ), $i ),
168169
];
169170

0 commit comments

Comments
 (0)