18 lines
520 B
PHP
18 lines
520 B
PHP
<?php
|
|
/**
|
|
* Extension activation success notice
|
|
*
|
|
* @package notification
|
|
*
|
|
* @var callable(string $var_name, string $default=): mixed $get Variable getter.
|
|
* @var callable(string $var_name, string $default=): void $the Variable printer.
|
|
* @var callable(string $var_name, string $default=): void $the_esc Escaped variable printer.
|
|
* @var BracketSpace\Notification\Dependencies\Micropackage\Templates\Template $this Template instance.
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="updated">
|
|
<p><?php $the_esc( 'message' ); ?></p>
|
|
</div>
|