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
This commit is contained in:
Drew Jaynes 2016-05-05 20:03:27 +00:00
parent ced66ed4e7
commit 2459e4e880
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class WP {
public $query_string; public $query_string;
/** /**
* The request path, e.g. `2015/05/06`. * The request path, e.g. 2015/05/06.
* *
* @since 2.0.0 * @since 2.0.0
* @access public * @access public

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.