开发者 | netAction |
---|---|
更新时间 | 2011年3月4日 23:22 |
PHP版本: | 2.0 及以上 |
WordPress版本: | 3.1 |
/wp-content/plugins/
directoryThe function adds P elements and BR elements where it finds line breaks in the source. If you have Tables, JavaScript or just want to add line breaks where you want, this function will disturb you.
This function modifys TITLE, CATEGORY, BR, HR and other elements. It tries to fix Unicode characters and HTML tags. You can spend a lot of time searching for the reason of strange behaviour in your site. Often it is this function.
With wptexturize you will get some funny things like long dashes, trademark symbols and apostrophes where you wanted to enter usual ASCII characters. Without this function you have to put the right things in the post directly. If you want a dash, use a dash, and you will get a dash.
If you have PHP code in your posts and trust your authors.
Or ask the author on netaction.de.