Make WordPress Core


Ignore:
Timestamp:
01/10/2016 01:25:44 AM (9 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #32246

File:
1 edited

Legend:

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

    r36185 r36250  
    351351     * __get() magic method for properties formerly returned by current_theme_info()
    352352     *
    353      * @return mixed
     353     * @param string $offset Property to get.
     354     * @return mixed Property value.
    354355     */
    355356    public function __get( $offset ) {
Note: See TracChangeset for help on using the changeset viewer.