Make WordPress Core


Ignore:
Timestamp:
12/06/2013 07:17:35 PM (12 years ago)
Author:
DrewAPicture
Message:

Inline documentation fixes for hooks and functions introduced in 3.8.0.

File:
1 edited

Legend:

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

    r26726 r26736  
    114114
    115115/**
    116  * Retrieve the update link if there is an update for a theme available.
    117  *
    118  * Will return a link, if there is an update available.
     116 * Retrieve the update link if there is a theme update available.
     117 *
     118 * Will return a link if there is an update available.
    119119 *
    120120 * @since 3.8.0
    121121 *
    122  * @param object $theme Theme data object.
    123  * @return string|bool HTML for the update link, or False if no valid info was passed.
     122 * @param WP_Theme $theme WP_Theme object.
     123 * @return string|bool HTML for the update link, or false if invalid info was passed.
    124124 */
    125125function get_theme_update_available( $theme ) {
Note: See TracChangeset for help on using the changeset viewer.