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/includes/update-core.php

    r32653 r32654  
    778778 *
    779779 * @param string $from New release unzipped path.
    780  * @param string $to Path to old WordPress installation.
     780 * @param string $to   Path to old WordPress installation.
    781781 * @return WP_Error|null WP_Error on failure, null on success.
    782782 */
     
    11191119 * @global WP_Filesystem_Base $wp_filesystem
    11201120 *
    1121  * @param string $from source directory
    1122  * @param string $to destination directory
     1121 * @param string $from     source directory
     1122 * @param string $to       destination directory
    11231123 * @param array $skip_list a list of files/folders to skip copying
    11241124 * @return mixed WP_Error on failure, True on success.
     
    11771177 * @global string $pagenow
    11781178 * @global string $action
     1179 *
     1180 * @param string $new_version
    11791181 */
    11801182function _redirect_to_about_wordpress( $new_version ) {
Note: See TracChangeset for help on using the changeset viewer.