From a71d57da0ab60ab60eb991bf615cf0d9f048db50 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 30 Jun 2014 17:59:14 +0000 Subject: [PATCH] Remove obsolete comment in `wptexturize()`. http://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2014-06-30&sort=asc#m879104 See [28831]. Built from https://develop.svn.wordpress.org/trunk@28929 git-svn-id: http://core.svn.wordpress.org/trunk@28727 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 77ecbcda72..540d3a32b4 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -169,7 +169,6 @@ function wptexturize($text, $reset = false) { $dynamic_replacements = array_values( $dynamic ); } - // Transform into regexp sub-expression used in _wptexturize_pushpop_element // Must do this every time in case plugins use these filters in a context sensitive manner /** * Filter the list of HTML elements not to texturize.