Make WordPress Core


Ignore:
Timestamp:
05/26/2015 09:50:13 PM (10 years ago)
Author:
wonderboymusic
Message:

Fix doc blocks for ms-*.php files.
A few functions can return a conditional instead of an if/else of true/false.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-default-constants.php

    r29250 r32611  
    1515 *
    1616 * @since 3.0.0
     17 *
     18 * @global wpdb $wpdb
    1719 */
    1820function ms_upload_constants() {
     
    115117 *
    116118 * @since 3.0.0
     119 *
     120 * @staticvar bool $subdomain_error
     121 * @staticvar bool $subdomain_error_warn
    117122 */
    118123function ms_subdomain_constants() {
     
    151156    }
    152157}
    153 add_action( 'init', 'ms_subdomain_constants' );
Note: See TracChangeset for help on using the changeset viewer.