From d124de95cf787f1b8f368bc8ef626d8d0af62534 Mon Sep 17 00:00:00 2001
From: PierreLebedel div
.',
+ __( 'Define type via parameter (same as CSS classes) with function add_settings_error()
, or use class(es) on a wrapping div
.',
'WpAdminStyle' ), 'https://developer.wordpress.org/reference/functions/add_settings_error/'
);
?>
@@ -18,6 +18,16 @@
);
?>
+ wp_admin_notice()
to standardize admin notices. See this changeset on core.trac.wordpress.org for further details.', 'WpAdminStyle' ),
+ 'https://developer.wordpress.org/reference/functions/wp_admin_notice/',
+ 'https://core.trac.wordpress.org/changeset/56408'
+ );
+ ?>
+
inline class is only to leave the notices here. On default WordPress will hide them via javascript.', 'WpAdminStyle' );