Changeset 1903967
- Timestamp:
- 07/04/2018 11:57:56 AM (8 years ago)
- Location:
- wp-autotags/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-autotags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-autotags/trunk/readme.txt
r1359885 r1903967 5 5 Author URI: https://www.9sep.org/author/zhys 6 6 Plugin URI: http://www.9sep.org/wp-auto-tags 7 Stable tag: 0.1. 77 Stable tag: 0.1.9 8 8 Requires at least: 3.5.1 9 Tested up to: 4. 4.29 Tested up to: 4.9.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-autotags/trunk/wp-autotags.php
r1359885 r1903967 3 3 Plugin Name: WP AutoTags 4 4 Description: 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. 75 Version: 0.1.9 6 6 Author: Zhys 7 7 Author URI: https://www.9sep.org/author/zhys … … 100 100 function wp_aatags_admin_init(){ 101 101 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='自动标签数量'; 104 104 }else{ 105 $wp_aatags_setting=' Matching range';105 $wp_aatags_setting='WP AutoTags Matching range'; 106 106 $wp_aatags_number='Automatic Tags number'; 107 107 }
Note: See TracChangeset
for help on using the changeset viewer.