Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (10 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to wp-admin/includes/*.
Fix some egregious uses of tabbing.
Some functions can simply return apply_filters(...) instead of setting a variable that is immediately returned.

See #32444.

File:
1 edited

Legend:

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

    r32642 r32654  
    158158 *
    159159 * @global bool $is_apache
     160 *
     161 * @param WP_Error $errors
    160162 */
    161163function network_step1( $errors = false ) {
     
    337339 *
    338340 * @global wpdb $wpdb
     341 *
     342 * @param WP_Error $errors
    339343 */
    340344function network_step2( $errors = false ) {
Note: See TracChangeset for help on using the changeset viewer.