first commit
This commit is contained in:
16
wp-content/plugins/loco-translate/tpl/admin/debug.php
Normal file
16
wp-content/plugins/loco-translate/tpl/admin/debug.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Debug
|
||||
*/
|
||||
$this->extend('layout');
|
||||
?>
|
||||
|
||||
<h1>Debug</h1>
|
||||
|
||||
<?php
|
||||
echo $this->render('../debug/dump');
|
||||
?>
|
||||
|
||||
<form>
|
||||
<button class="button button-primary button-large has-icon icon-save loco-loading" disabled>Test spinner</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user