mirror of
https://ghproxy.net/https://github.com/boldthemes/wp-juggler-server.git
synced 2026-07-27 12:57:21 +08:00
28 lines
364 B
PHP
28 lines
364 B
PHP
<?php
|
|
/**
|
|
* Displays the "System Info" tab.
|
|
*
|
|
* @link https://bettersearchreplace.com
|
|
* @since 1.1
|
|
*
|
|
* @package Better_Search_Replace
|
|
* @subpackage Better_Search_Replace/templates
|
|
*/
|
|
|
|
// Prevent direct access.
|
|
if ( ! defined( 'WPJS_PATH' ) ) exit;
|
|
|
|
get_header();
|
|
?>
|
|
|
|
<div class="ui-sidebar-wrapper">
|
|
|
|
Cakma
|
|
|
|
</div>
|
|
|
|
<?php
|
|
get_footer();
|
|
?>
|
|
|
|
|