Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #30199, comment 1


Ignore:
Timestamp:
10/30/2014 05:42:11 PM (9 years ago)
Author:
wedi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30199, comment 1

    v1 v2  
    77{{{
    88add_action( 'admin_notices', 'test_admin_notice_display' );
    9 public static function test_admin_notice_display() {
     9function test_admin_notice_display() {
    1010        echo '<div class="error"><p>An "error" message!</p></div>';
    1111        echo '<div class="updated"><p>An "updated" message!</p></div>';