Word count with double-byte character
开发者 |
ydoow
|
更新时间 |
2014年6月12日 17:55 |
捐献地址: |
去捐款 |
PHP版本: |
2.9 及以上 |
WordPress版本: |
3.9 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Existing word count of post content on admin page does not support double-byte character such as Korean, Japanese and Chinese. The fix would process the input string byte by byte so every single double-byte character would be counted toward a word count, while the count of word composite of single bytes won't be affected.
安装:
- Unzip
word-count-with-double-byte-character.1.0.0.zip
- Upload the folder
doublebyte-wordcount
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to the post content and the word count below the content should work now.
更新日志: