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
<p><strong>WP-SCSS</strong> requires both directories be specified. <a href="' . get_bloginfo('wpurl') . '/wp-admin/admin.php?page=wpscss_options">Please update your settings.</a></p>
143
173
</div>';
144
174
}
@@ -148,7 +178,7 @@ function wpscss_settings_error() {
add_action('admin_notices', function() use ($base_compiling_folder, $scss_dir_setting){
151
-
echo'<div class="error">
181
+
echo'<div class="notice notice-error">
152
182
<p><strong>WP-SCSS:</strong> The SCSS directory does not exist (' . $base_compiling_folder . $scss_dir_setting . '). Please create the directory or <a href="' . get_bloginfo('wpurl') . '/wp-admin/admin.php?page=wpscss_options">update your settings.</a></p>
153
183
</div>';
154
184
});
@@ -157,7 +187,7 @@ function wpscss_settings_error() {
add_action('admin_notices', function() use ($base_compiling_folder, $css_dir_setting){
160
-
echo'<div class="error">
190
+
echo'<div class="notice notice-error">
161
191
<p><strong>WP-SCSS:</strong> The CSS directory does not exist (' . $base_compiling_folder . $css_dir_setting . '). Please create the directory or <a href="' . get_bloginfo('wpurl') . '/wp-admin/admin.php?page=wpscss_options">update your settings.</a></p>
0 commit comments