Changeset 30541 for trunk/src/wp-admin/index.php
- Timestamp:
- 11/24/2014 05:38:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r29787 r30541 112 112 * Add content to the welcome panel on the admin dashboard. 113 113 * 114 * To remove the default welcome panel, use remove_action(): 115 * <code>remove_action( 'welcome_panel', 'wp_welcome_panel' );</code> 114 * To remove the default welcome panel, use {@see remove_action()}: 115 * 116 * remove_action( 'welcome_panel', 'wp_welcome_panel' ); 116 117 * 117 118 * @since 3.5.0
Note: See TracChangeset
for help on using the changeset viewer.