Make WordPress Core


Ignore:
Timestamp:
05/29/2015 08:16:22 PM (9 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/update-core.php

    r32642 r32654  
    315315
    316316    $form_action = 'update-core.php?action=do-theme-upgrade';
    317 
    318317?>
    319318<h3><?php _e( 'Themes' ); ?></h3>
     
    382381 *
    383382 * @global WP_Filesystem_Base $wp_filesystem Subclass
     383 *
     384 * @param bool $reinstall
    384385 */
    385386function do_core_upgrade( $reinstall = false ) {
Note: See TracChangeset for help on using the changeset viewer.