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

    r32642 r32654  
    5353 *
    5454 * @since 2.5.0
     55 *
     56 * @param string $body_classes
    5557 */
    5658function display_header( $body_classes = '' ) {
     
    8385 *
    8486 * @since 2.8.0
     87 *
     88 * @param string|null $error
    8589 */
    8690function display_setup_form( $error = null ) {
Note: See TracChangeset for help on using the changeset viewer.