Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitlost/pap-texturize
Patch-as-plugin that texturizes text containing inline HTML tags.
https://github.com/gitlost/pap-texturize
Last synced: about 1 month ago
JSON representation
Patch-as-plugin that texturizes text containing inline HTML tags.
- Host: GitHub
- URL: https://github.com/gitlost/pap-texturize
- Owner: gitlost
- Created: 2016-09-08T09:04:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T18:45:37.000Z (over 8 years ago)
- Last Synced: 2024-06-26T12:38:24.441Z (6 months ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wp-developer-tools - PAP Texturize - Patch-as-plugin that texturizes text containing inline HTML tags. (WordPress Plugins)
README
[![Build Status](https://travis-ci.org/gitlost/pap-texturize.png?branch=master)](https://travis-ci.org/gitlost/pap-texturize)
# PAP Texturize #
**Contributors:** [gitlost](https://profiles.wordpress.org/gitlost)
**Tags:** Texturize, wptexturize
**Requires at least:** 4.6
**Tested up to:** 4.6.1
**Stable tag:** 1.0.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.htmlPatch-as-plugin that texturizes text containing inline HTML tags.
## Description ##
Replaces the WP native wptexturize() filter with a patched version that
fixes texturization in the presence of inline HTML tags.See trac ticket #18549.
Also includes fix for embedded quotes (quotes inside quotes), #29882.