From 8df67cb1887587ba3c93973434aa6ad6e577c0a9 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 16 Jun 2015 00:57:24 +0000 Subject: [PATCH] Add a note to `wptexturize()` docs. Props miqrogroove. Fixes #32521. Built from https://develop.svn.wordpress.org/trunk@32790 git-svn-id: http://core.svn.wordpress.org/trunk@32761 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index c1c49acc74..c7bfcd3a11 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -20,6 +20,8 @@ * * Code within certain html blocks are skipped. * + * Do not use this function before the 'init' action hook; everything will break. + * * @since 0.71 * * @global array $wp_cockneyreplace Array of formatted entities for certain common phrases diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b3d028d7d..1ad5209cd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32789'; +$wp_version = '4.3-alpha-32790'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.