Plugin Directory

Changeset 1652348


Ignore:
Timestamp:
05/07/2017 02:06:20 PM (9 years ago)
Author:
yutuo
Message:

修改设置画面显示

Location:
wp-switch-util/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-switch-util/trunk/README.md

    r1652089 r1652348  
    4747#### Changelog
    4848
     49**1.1.1**
     50
     51* Change setting page display
     52* 更新设置画面显示
     53
    4954**1.1.0**
    5055
  • wp-switch-util/trunk/inc/wp_switch_util_setting.php

    r1652087 r1652348  
    8888                </tr>
    8989                <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>
    9191                    <td>
    9292                        <input type="checkbox" name="wp_su_options[autopcontent]" id="wpAutoPContent" value="1"
    9393                            <?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>
    9995                        <input type="checkbox" name="wp_su_options[autopcomment]" id="wpAutoPComment" value="1"
    10096                            <?php echo ($this->getOption('autopcomment') == '1') ? 'checked' : '' ?>/>
     97                        <label for="wpAutoPComment"><?php echo __('Comment', 'wp_su') ?></label>
    10198                    </td>
    10299                </tr>
  • wp-switch-util/trunk/lang/wp_su-zh_CN.po

    r1652087 r1652348  
    22msgstr ""
    33"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"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    9898
    9999#: inc/wp_switch_util_setting.php:90
    100 msgid "Disable auto p at content"
    101 msgstr "禁用文章自动添加&lt;p&gt;标签"
     100msgid "Disable auto p"
     101msgstr "禁用自动添加&lt;p&gt;标签"
     102
     103#: inc/wp_switch_util_setting.php:94
     104msgid "Content"
     105msgstr "文章"
    102106
    103107#: inc/wp_switch_util_setting.php:97
    104 msgid "Disable auto p at comment"
    105 msgstr "禁用评论自动添加&lt;p&gt;标签"
     108msgid "Comment"
     109msgstr "评论"
    106110
    107 #: inc/wp_switch_util_setting.php:104
     111#: inc/wp_switch_util_setting.php:101
    108112msgid "Registered user only"
    109113msgstr "仅注册用户可以访问"
    110114
    111 #: inc/wp_switch_util_setting.php:113
     115#: inc/wp_switch_util_setting.php:110
    112116msgid "Save Changes"
    113117msgstr "保存修改"
     
    138142msgid "http://yutuo.net"
    139143msgstr ""
     144
     145#~ msgid "Disable auto p at content"
     146#~ msgstr "禁用文章自动添加&lt;p&gt;标签"
     147
     148#~ msgid "Disable auto p at comment"
     149#~ msgstr "禁用评论自动添加&lt;p&gt;标签"
  • wp-switch-util/trunk/readme.txt

    r1652089 r1652348  
    6262== Changelog ==
    6363
     64= 1.1.1 =
     65
     66* Change setting page display
     67* 更新设置画面显示
     68
    6469= 1.1.0 =
    6570
  • wp-switch-util/trunk/wp_switch_util.php

    r1652087 r1652348  
    55 * Plugin URI: http://yutuo.net/archives/f685d2dbbb176e86.html
    66 * Description: This plugin can: cache the avatar, format you url, disable the histroy, disable auto save, disable admin bar
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: yutuo
    99 * Author URI: http://yutuo.net
Note: See TracChangeset for help on using the changeset viewer.