Changeset 25881 for branches/3.7/src/wp-admin/index.php
- Timestamp:
- 10/23/2013 02:39:36 PM (12 years ago)
- Location:
- branches/3.7/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/src merged eligible /branches/3.1/src 18031 /branches/3.3/src 20543 /branches/3.4/src 21757
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/3.7/src/wp-admin/index.php
r25616 r25881 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.