Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:59:43 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-admin/*.

See #30224.

File:
1 edited

Legend:

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

    r29856 r30680  
    139139 *
    140140 * @param WP_Theme $theme WP_Theme object.
    141  * @return string|bool HTML for the update link, or false if invalid info was passed.
     141 * @return false|string HTML for the update link, or false if invalid info was passed.
    142142 */
    143143function get_theme_update_available( $theme ) {
Note: See TracChangeset for help on using the changeset viewer.