Plugin Directory

Changeset 1903973


Ignore:
Timestamp:
07/04/2018 12:18:55 PM (8 years ago)
Author:
yzhs
Message:

WordPress Tested up to: 4.9.6 , add Chinese hints

Location:
specify-home-hidden-categories/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • specify-home-hidden-categories/trunk/index.php

    r1207200 r1903973  
    44Description: Specify the Homepage&RSS hidden under all the article
    55Plugin URI: http://www.9sep.org/specify-home-hidden-categories
    6 Version: 0.2.0
     6Version: 0.2.1
    77Author: Zhys
    88Author URI: http://www.9sep.org/author/zhys
     
    2727
    2828function specify_homepage_cats_init(){
     29    if(get_bloginfo('language')=='zh-CN'||get_bloginfo('language')=='zh-TW'){
     30        $specify_tips='指定首页隐藏分类';
     31    }else{
     32        $specify_tips='Specify Categories';
     33    }
    2934    add_settings_field(
    3035        'specify_cats',
    31         'Specify Categories',
     36        $specify_tips,
    3237        'specify_homepage_cats_callback_function',
    3338        'reading',
    3439        'default'
    3540    );
    36 
    3741    register_setting( 'reading', 'specify_cats' );
    3842}
  • specify-home-hidden-categories/trunk/readme.txt

    r1207200 r1903973  
    33Tags:  SHHC,Specify,exclude,hide,related,HiddenCategories,Specify Home Hidden,categories,Cat,options,Homepage,Home,feed,rss,get_posts,have_posts,the_post,Hidden,page,post,Posts,All,首页隐藏特定分类,首页排除指定文章不显示,隐藏分类,隐藏文章,隐藏指定分类目录文章
    44Donate link: http://www.9sep.org/specify-home-hidden-categories
    5 Stable tag: 0.2.0
     5Stable tag: 0.2.1
    66Requires at least: 3.5
    7 Tested up to: 4.2.3
     7Tested up to: 4.9.6
    88License: GPLv2 or later
    99
     
    4949*   中文:选择父分类时将隐藏其下所有子孙分类
    5050
     51= 0.2.1 =
     52*   English: WordPress Tested up to: 4.9.6 , add Chinese hints
     53*   中文:测试兼容性至WP 4.9.6,添加中文提示
     54
    5155== Reviews ==
    5256*   中文:
     
    61652015-01-16 16   Tested up to: 4.1
    62662015-07-27 14   Tested up to: 4.2.3
     672018-07-04 20   Tested up to: 4.9.6
    6368
    64 
Note: See TracChangeset for help on using the changeset viewer.