Make WordPress Core

Changeset 30195


Ignore:
Timestamp:
11/03/2014 05:42:06 AM (10 years ago)
Author:
wonderboymusic
Message:

Fill in the @param types for the args for make_site_theme_from_default().

See #30224.

File:
1 edited

Legend:

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

    r30194 r30195  
    19741974 * @since 1.5.0
    19751975 *
    1976  * @param unknown_type $theme_name
    1977  * @param unknown_type $template
    1978  * @return unknown
     1976 * @param string $theme_name
     1977 * @param string $template
     1978 * @return bool|null
    19791979 */
    19801980function make_site_theme_from_default($theme_name, $template) {
Note: See TracChangeset for help on using the changeset viewer.