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.