mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-07 06:13:07 +08:00
0.6.0 版本
This commit is contained in:
parent
70fe84a0c3
commit
cec9d39570
132 changed files with 12679 additions and 568 deletions
11
lib/updatepulse-updater/templates/theme-page-license.php
Normal file
11
lib/updatepulse-updater/templates/theme-page-license.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
} ?>
|
||||
<div class="wrap">
|
||||
<div class="postbox">
|
||||
<div class="inside">
|
||||
<h2><?php echo esc_html( $title ); ?></h2>
|
||||
<?php echo $form; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue