Changes between Version 1 and Version 2 of Ticket #30199, comment 1
- Timestamp:
- 10/30/2014 05:42:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30199, comment 1
v1 v2 7 7 {{{ 8 8 add_action( 'admin_notices', 'test_admin_notice_display' ); 9 public staticfunction test_admin_notice_display() {9 function test_admin_notice_display() { 10 10 echo '<div class="error"><p>An "error" message!</p></div>'; 11 11 echo '<div class="updated"><p>An "updated" message!</p></div>';