Plugin Directory

Changeset 1903967


Ignore:
Timestamp:
07/04/2018 11:57:56 AM (8 years ago)
Author:
yzhs
Message:

Tested up to: 4.9.6
fixed translate

Location:
wp-autotags/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-autotags/trunk/readme.txt

    r1359885 r1903967  
    55Author URI: https://www.9sep.org/author/zhys
    66Plugin URI: http://www.9sep.org/wp-auto-tags
    7 Stable tag: 0.1.7
     7Stable tag: 0.1.9
    88Requires at least: 3.5.1
    9 Tested up to: 4.4.2
     9Tested up to: 4.9.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-autotags/trunk/wp-autotags.php

    r1359885 r1903967  
    33Plugin Name: WP AutoTags
    44Description: Often publish articles and updates people loves forgets to set tags when editing an article, the article automatically add keywords tag. tag extraction based on TF-IDF implementation. Built-in TF-IDF interface does not work when you try to find an existing tag in WordPress. If found, these markers are added to the post automatically each time you save the post.
    5 Version: 0.1.7
     5Version: 0.1.9
    66Author: Zhys
    77Author URI: https://www.9sep.org/author/zhys
     
    100100function wp_aatags_admin_init(){
    101101    if(get_bloginfo('language')=='zh-CN'||get_bloginfo('language')=='zh-TW'){
    102         $wp_aatags_setting='处理范围';
    103         $wp_aatags_number='标签数量';
     102        $wp_aatags_setting='WP AutoTags处理范围';
     103        $wp_aatags_number='自动标签数量';
    104104    }else{
    105         $wp_aatags_setting='Matching range';
     105        $wp_aatags_setting='WP AutoTags Matching range';
    106106        $wp_aatags_number='Automatic Tags number';
    107107    }
Note: See TracChangeset for help on using the changeset viewer.