Make WordPress Core


Ignore:
Timestamp:
10/10/2008 06:21:16 PM (16 years ago)
Author:
ryan
Message:

phpdoc for wp-admin. Props jacobsantos. see #7527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r8989 r9119  
    6060$themes = array_slice( $themes, $start, $per_page );
    6161
     62/**
     63 * Check if there is an update for a theme available.
     64 *
     65 * Will display link, if there is an update available.
     66 *
     67 * @since 2.7.0
     68 *
     69 * @param object $theme Theme data object.
     70 * @return bool False if no valid info was passed.
     71 */
    6272function theme_update_available( $theme ) {
    6373    static $themes_update;
Note: See TracChangeset for help on using the changeset viewer.