Make WordPress Core


Ignore:
Timestamp:
02/26/2016 05:03:41 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter and return descriptions to the DocBlock for WP_Theme::__isset().

See #32246.

File:
1 edited

Legend:

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

    r36638 r36734  
    344344     * @staticvar array $properties
    345345     *
    346      * @return bool
     346     * @param string $offset Property to check if set.
     347     * @return bool Whether the given property is set.
    347348     */
    348349    public function __isset( $offset ) {
Note: See TracChangeset for help on using the changeset viewer.