Changeset 25880 for trunk/src/wp-admin/index.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r25616 r25880 124 124 /** 125 125 * Add content to the welcome panel on the admin dashboard. 126 * 126 * 127 127 * To remove the default welcome panel, use remove_action(): 128 128 * <code>remove_action( 'welcome_panel', 'wp_welcome_panel' );</code> 129 * 129 * 130 130 * @since 3.5.0 131 131 */ 132 do_action( 'welcome_panel' ); 132 do_action( 'welcome_panel' ); 133 133 ?> 134 134 </div>
Note: See TracChangeset
for help on using the changeset viewer.