Docs: Fix some syntactical issues with the DocBlock for the `WP_Theme->update` property, introduced in [33957].

Adds an `@since`.

See #33491. See #32246.

Built from https://develop.svn.wordpress.org/trunk@34236


git-svn-id: http://core.svn.wordpress.org/trunk@34200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-16 13:29:25 +00:00
parent fd60f500c3
commit 4a69b4d275
2 changed files with 6 additions and 4 deletions

View File

@ -7,13 +7,15 @@
* @since 3.4.0 * @since 3.4.0
*/ */
final class WP_Theme implements ArrayAccess { final class WP_Theme implements ArrayAccess {
/** /**
* Whether the theme has been marked as updateable * Whether the theme has been marked as updateable.
*
* @see WP_MS_Themes_List_Table
* *
* @since 4.4.0
* @access public * @access public
* @var bool * @var bool
*
* @see WP_MS_Themes_List_Table
*/ */
public $update = false; public $update = false;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34235'; $wp_version = '4.4-alpha-34236';
/** /**
* 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.