mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
feat:3.0.0版初次提交,新版将完全推倒重写
This commit is contained in:
parent
e556c4b6d9
commit
39735249ee
293 changed files with 26908 additions and 475 deletions
11
vendor/loco-translate/tpl/debug/dump.php
vendored
Normal file
11
vendor/loco-translate/tpl/debug/dump.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Debug snippet: dumps current argument scope
|
||||
*/
|
||||
|
||||
?><dl class="debug"><?php
|
||||
foreach( $params as $prop => $value ): if( '_' !== substr($prop,0,1) ):?>
|
||||
<dt><?php echo esc_html($prop)?></dt>
|
||||
<dd><?php echo esc_html( json_encode($value,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE) )?></dd><?php
|
||||
endif; endforeach?>
|
||||
</dl>
|
7
vendor/loco-translate/tpl/debug/xml.php
vendored
Normal file
7
vendor/loco-translate/tpl/debug/xml.php
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Just show XML full page
|
||||
*/
|
||||
?>
|
||||
|
||||
<pre><?php $params->e('xml')?></pre>
|
Loading…
Add table
Add a link
Reference in a new issue