Make WordPress Core

Changeset 34236


Ignore:
Timestamp:
09/16/2015 01:28:41 PM (9 years ago)
Author:
DrewAPicture
Message:

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

Adds an @since.

See #33491. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r33957 r34236  
    88 */
    99final class WP_Theme implements ArrayAccess {
    10     /**
    11      * Whether the theme has been marked as updateable
     10
     11    /**
     12     * Whether the theme has been marked as updateable.
     13     *
     14     * @since 4.4.0
     15     * @access public
     16     * @var bool
    1217     *
    1318     * @see WP_MS_Themes_List_Table
    14      *
    15      * @access public
    16      * @var bool
    1719     */
    1820    public $update = false;
Note: See TracChangeset for help on using the changeset viewer.