Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of false.

Follow-up to [46696].

See #48303.

File:
1 edited

Legend:

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

    r46989 r47060  
    30623062 * @param string $theme_name The name of the theme.
    30633063 * @param string $template   The directory name of the theme.
    3064  * @return false|void
     3064 * @return void|false
    30653065 */
    30663066function make_site_theme_from_default( $theme_name, $template ) {
     
    31373137 * @since 1.5.0
    31383138 *
    3139  * @return false|string
     3139 * @return string|false
    31403140 */
    31413141function make_site_theme() {
Note: See TracChangeset for help on using the changeset viewer.