Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r25616 r25880  
    124124        /**
    125125         * Add content to the welcome panel on the admin dashboard.
    126          * 
     126         *
    127127         * To remove the default welcome panel, use remove_action():
    128128         * <code>remove_action( 'welcome_panel', 'wp_welcome_panel' );</code>
    129          * 
     129         *
    130130         * @since 3.5.0
    131131         */
    132         do_action( 'welcome_panel' ); 
     132        do_action( 'welcome_panel' );
    133133        ?>
    134134    </div>
Note: See TracChangeset for help on using the changeset viewer.