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/upgrade.php

    r30202 r30680  
    3131 * @param string $user_email User's email.
    3232 * @param bool $public Whether blog is public.
    33  * @param null $deprecated Optional. Not used.
     33 * @param string $deprecated Optional. Not used.
    3434 * @param string $user_password Optional. User's chosen password. Will default to a random password.
    3535 * @param string $language Optional. Language chosen.
     
    15331533 * @since 1.2.0
    15341534 *
    1535  * @return array List of options.
     1535 * @return stdClass List of options.
    15361536 */
    15371537function get_alloptions_110() {
     
    19761976 * @param string $theme_name
    19771977 * @param string $template
    1978  * @return bool|null
     1978 * @return null|false
    19791979 */
    19801980function make_site_theme_from_default($theme_name, $template) {
     
    20402040 * @since 1.5.0
    20412041 *
    2042  * @return string|bool
     2042 * @return false|string
    20432043 */
    20442044function make_site_theme() {
Note: See TracChangeset for help on using the changeset viewer.