<?php /** * Notices * * @version 2.4.0 */ defined( 'ABSPATH' ) || exit; foreach ( $notices as $key => $notice ) { if ( in_array( $key, $dismissed_notices, true ) ) { continue; } printf( '<div id="message" class="%s" data-key="%s" data-nonce="%s"><p>%s</p></div>', esc_attr( $notice['class'] ), esc_attr( $key ), esc_attr( wp_create_nonce( 'notice_nonce_' . $key ) ), wp_kses_post( $notice['msg'] ) ); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
contact.php | File | 4.19 KB | 0644 |
|
google-analytics.php | File | 632 B | 0644 |
|
index.php | File | 28 B | 0644 |
|
loginform.php | File | 588 B | 0644 |
|
maintenance.php | File | 11.81 KB | 0644 |
|
network-settings.php | File | 2.12 KB | 0644 |
|
notices.php | File | 415 B | 0644 |
|
settings.php | File | 58.95 KB | 0644 |
|
sidebar.php | File | 2.63 KB | 0644 |
|
wizard.php | File | 5.84 KB | 0644 |
|
wpmm-page-template.php | File | 1.43 KB | 0644 |
|