mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
Update index.php
This commit is contained in:
parent
2062f0a949
commit
a2046018c8
1 changed files with 2 additions and 2 deletions
|
@ -234,9 +234,9 @@ class WP_CHINA_YES {
|
||||||
public static function settings() {
|
public static function settings() {
|
||||||
echo <<<EOT
|
echo <<<EOT
|
||||||
<div style="height: 20px"></div>
|
<div style="height: 20px"></div>
|
||||||
<iframe src="/wp-content/plugins/wp-china-yes/settings.html"
|
<iframe src="<?php echo plugins_url() ?>/wp-china-yes/settings.html"
|
||||||
frameborder="0" height="850" width="800px;" scrolling="No" leftmargin="0" topmargin="0">
|
frameborder="0" height="850" width="800px;" scrolling="No" leftmargin="0" topmargin="0">
|
||||||
</iframe>
|
</iframe>
|
||||||
EOT;
|
EOT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue