You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( in_array( $type, gutenberg_get_allowed_template_part_areas(), true ) ) {
196
196
return$type;
197
197
}
198
198
199
-
/* translators: %1$s: Template area type, %2$s: the uncategorized template area type. */
200
-
$warning_message = sprintf( __( '"%1$s" is not a supported wp_template_part_area type and has been added as "%2$s".', 'gutenberg' ), $type, WP_TEMPLATE_PART_AREA_UNCATEGORIZED );
199
+
/* translators: %1$s: Template area type, %2$s: the uncategorized template area value. */
200
+
$warning_message = sprintf( __( '"%1$s" is not a supported wp_template_part area value and has been added as "%2$s".', 'gutenberg' ), $type, WP_TEMPLATE_PART_AREA_UNCATEGORIZED );
0 commit comments