Changeset 32672 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/31/2015 03:17:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r32655 r32672 356 356 } 357 357 358 /** 359 * @since 3.1.0 360 */ 358 361 function wp_network_dashboard_right_now() { 359 362 $actions = array(); … … 1248 1251 } 1249 1252 1253 /** 1254 * @since 3.2.0 1255 * 1256 * @param array $classes 1257 * @return array 1258 */ 1250 1259 function dashboard_browser_nag_class( $classes ) { 1251 1260 $response = wp_check_browser_version();
Note: See TracChangeset
for help on using the changeset viewer.