PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | includes/import/theme-options/redux.php +2 -2 2.9.1 → 2.14.0 View file →
@@ -66,10 +66,10 @@
66 66
67 67 Helper::emit_sse_message( [
68 68 'action' => 'log',
69 69 'level' => 'info',
70 + /* translators: %s - the name of the Redux option. */
70 71 'message' => sprintf( esc_html__(
71 - /* translators: %s - the name of the Redux option. */
72 72 'Redux settings import for: %s finished successfully!', 'ablocks' ), $redux_item['option_name'] ),
73 73 ] );
74 74 } else {
75 75 Helper::emit_sse_message( [
@@ -74,10 +74,10 @@
74 74 } else {
75 75 Helper::emit_sse_message( [
76 76 'action' => 'log',
77 77 'level' => 'warning',
78 + /* translators: %s - the name of the Redux option. */
78 79 'message' => sprintf( esc_html__(
79 - /* translators: %s - the name of the Redux option. */
80 80 'The Redux option name: %s, was not found in this WP site, so it was not imported!', 'ablocks' ), $redux_item['option_name'] ),
81 81 ] );
82 82 }//end if
83 83 }//end foreach