From 2459e4e880bc9e5e6ba8676598faf8186f7d3a85 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 5 May 2016 20:03:27 +0000 Subject: [PATCH] Docs: Remove backticks from the DocBlock summary for `WP::$request`, added in [37356]. Markdown formatting is not supported in DocBlock summaries, per the inline documentation standards for PHP :-) See #32246. See #36674. Built from https://develop.svn.wordpress.org/trunk@37366 git-svn-id: http://core.svn.wordpress.org/trunk@37332 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp.php b/wp-includes/class-wp.php index 5e45ec09b3..28e7474831 100644 --- a/wp-includes/class-wp.php +++ b/wp-includes/class-wp.php @@ -56,7 +56,7 @@ class WP { public $query_string; /** - * The request path, e.g. `2015/05/06`. + * The request path, e.g. 2015/05/06. * * @since 2.0.0 * @access public diff --git a/wp-includes/version.php b/wp-includes/version.php index 716ee610c2..cc6455404b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37365'; +$wp_version = '4.6-alpha-37366'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.