Changeset 1652348
- Timestamp:
- 05/07/2017 02:06:20 PM (9 years ago)
- Location:
- wp-switch-util/trunk
- Files:
-
- 6 edited
-
README.md (modified) (1 diff)
-
inc/wp_switch_util_setting.php (modified) (1 diff)
-
lang/wp_su-zh_CN.mo (modified) (previous)
-
lang/wp_su-zh_CN.po (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
wp_switch_util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-switch-util/trunk/README.md
r1652089 r1652348 47 47 #### Changelog 48 48 49 **1.1.1** 50 51 * Change setting page display 52 * 更新设置画面显示 53 49 54 **1.1.0** 50 55 -
wp-switch-util/trunk/inc/wp_switch_util_setting.php
r1652087 r1652348 88 88 </tr> 89 89 <tr> 90 <th scope="row"><?php echo __('Disable auto p at content', 'wp_su') ?></th>90 <th scope="row"><?php echo __('Disable auto p', 'wp_su') ?></th> 91 91 <td> 92 92 <input type="checkbox" name="wp_su_options[autopcontent]" id="wpAutoPContent" value="1" 93 93 <?php echo ($this->getOption('autopcontent') == '1') ? 'checked' : '' ?>/> 94 </td> 95 </tr> 96 <tr> 97 <th scope="row"><?php echo __('Disable auto p at comment', 'wp_su') ?></th> 98 <td> 94 <label for="wpAutoPContent"><?php echo __('Content', 'wp_su') ?></label> 99 95 <input type="checkbox" name="wp_su_options[autopcomment]" id="wpAutoPComment" value="1" 100 96 <?php echo ($this->getOption('autopcomment') == '1') ? 'checked' : '' ?>/> 97 <label for="wpAutoPComment"><?php echo __('Comment', 'wp_su') ?></label> 101 98 </td> 102 99 </tr> -
wp-switch-util/trunk/lang/wp_su-zh_CN.po
r1652087 r1652348 2 2 msgstr "" 3 3 "Project-Id-Version: WP Switch Util\n" 4 "POT-Creation-Date: 2017-05-07 00:21+0900\n"5 "PO-Revision-Date: 2017-05-07 00:22+0900\n"4 "POT-Creation-Date: 2017-05-07 22:56+0900\n" 5 "PO-Revision-Date: 2017-05-07 22:59+0900\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 98 98 99 99 #: inc/wp_switch_util_setting.php:90 100 msgid "Disable auto p at content" 101 msgstr "禁用文章自动添加<p>标签" 100 msgid "Disable auto p" 101 msgstr "禁用自动添加<p>标签" 102 103 #: inc/wp_switch_util_setting.php:94 104 msgid "Content" 105 msgstr "文章" 102 106 103 107 #: inc/wp_switch_util_setting.php:97 104 msgid " Disable auto p at comment"105 msgstr " 禁用评论自动添加<p>标签"108 msgid "Comment" 109 msgstr "评论" 106 110 107 #: inc/wp_switch_util_setting.php:10 4111 #: inc/wp_switch_util_setting.php:101 108 112 msgid "Registered user only" 109 113 msgstr "仅注册用户可以访问" 110 114 111 #: inc/wp_switch_util_setting.php:11 3115 #: inc/wp_switch_util_setting.php:110 112 116 msgid "Save Changes" 113 117 msgstr "保存修改" … … 138 142 msgid "http://yutuo.net" 139 143 msgstr "" 144 145 #~ msgid "Disable auto p at content" 146 #~ msgstr "禁用文章自动添加<p>标签" 147 148 #~ msgid "Disable auto p at comment" 149 #~ msgstr "禁用评论自动添加<p>标签" -
wp-switch-util/trunk/readme.txt
r1652089 r1652348 62 62 == Changelog == 63 63 64 = 1.1.1 = 65 66 * Change setting page display 67 * 更新设置画面显示 68 64 69 = 1.1.0 = 65 70 -
wp-switch-util/trunk/wp_switch_util.php
r1652087 r1652348 5 5 * Plugin URI: http://yutuo.net/archives/f685d2dbbb176e86.html 6 6 * Description: This plugin can: cache the avatar, format you url, disable the histroy, disable auto save, disable admin bar 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 * Author: yutuo 9 9 * Author URI: http://yutuo.net
Note: See TracChangeset
for help on using the changeset viewer.