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
'contact_admin' => __( 'Please contact the administrator of this site for help.', 'tgmpa' ),
193
193
194
-
'nag_type' => 'updated', // Determines admin notice type - can only be 'updated', 'update-nag'or 'error'.
194
+
'nag_type' => '', // Determines admin notice type - can only be one of the typical WP notice classes, such as 'updated', 'update-nag', 'notice-warning', 'notice-info' or 'error'. Some of which may not work as expected in older WP versions.
0 commit comments