mirror of
https://github.com/WPMultisite/wp-multisite-dashboard.git
synced 2025-08-07 23:09:12 +08:00
初版提交
文派多站点仪表盘
This commit is contained in:
parent
9f51fc0e76
commit
0ecad06f54
135 changed files with 21593 additions and 0 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