Changeset 42877 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/25/2018 07:34:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r42875 r42877 440 440 * 441 441 * @since MU (3.0.0) 442 *443 * @param null $unused444 442 */ 445 do_action( 'wpmuadminresult' , '');443 do_action( 'wpmuadminresult' ); 446 444 ?> 447 445 … … 1530 1528 * 1531 1529 * @param string $notice The notice content. 1532 * @param array $response An array containing web browser information. 1530 * @param array $response An array containing web browser information. See `wp_check_browser_version()`. 1533 1531 */ 1534 1532 echo apply_filters( 'browse-happy-notice', $notice, $response );
Note: See TracChangeset
for help on using the changeset viewer.