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
'The changes you made will be lost if you navigate away from this page' => __( 'The changes you made will be lost if you navigate away from this page', 'secure-custom-fields' ),
517
+
'The changes you made will be lost if you navigate away from this page' => esc_html__( 'The changes you made will be lost if you navigate away from this page', 'secure-custom-fields' ),
'An ACF Block on this page requires attention before you can save.' => __( 'An ACF Block on this page requires attention before you can save.', 'secure-custom-fields' ),
529
+
'An ACF Block on this page requires attention before you can save.' => esc_html__( 'An ACF Block on this page requires attention before you can save.', 'secure-custom-fields' ),
533
530
534
531
// Other
535
-
'Edit field group' => __( 'Edit field group', 'secure-custom-fields' ),
532
+
'Edit field group' => esc_html__( 'Edit field group', 'secure-custom-fields' ),
536
533
)
537
534
);
538
535
@@ -565,6 +562,7 @@ public function enqueue_scripts() {
0 commit comments