Make WordPress Core

Changeset 30194


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

Fill in the @param types for the args for make_site_theme_from_oldschool(), which is actually the name of a function?

See #30224.

File:
1 edited

Legend:

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

    r30193 r30194  
    18911891 * @since 1.5.0
    18921892 *
    1893  * @param unknown_type $theme_name
    1894  * @param unknown_type $template
    1895  * @return unknown
     1893 * @param string $theme_name
     1894 * @param string $template
     1895 * @return bool
    18961896 */
    18971897function make_site_theme_from_oldschool($theme_name, $template) {
Note: See TracChangeset for help on using the changeset viewer.