[wp-trac] [WordPress Trac] #19550: Please provide option to disable wptexturize entirely
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 15 01:17:59 UTC 2011
#19550: Please provide option to disable wptexturize entirely
-------------------------+------------------------------
Reporter: jwz | Owner:
Type: enhancement | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 3.3
Severity: minor | Resolution:
Keywords: |
-------------------------+------------------------------
Comment (by scribu):
Actually, what would be the point in disabling wptexturize() for plugin
and theme descriptions?
{{{
wp-admin/includes/plugin.php:143
$plugin_data['Description'] = wptexturize(
$plugin_data['Description'] );
wp-includes/theme.php:217
$theme_data['Description'] = wptexturize( wp_kses(
$theme_data['Description'], $themes_allowed_tags ) );
wp-includes/theme.php:290
$description = wptexturize($theme_data['Description']);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19550#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list