Changeset 52204 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r52014 r52204 1728 1728 * @since 3.2.0 1729 1729 * 1730 * @param string $notice The notice content. 1731 * @param array $response An array containing web browser information. See `wp_check_browser_version()`. 1730 * @param string $notice The notice content. 1731 * @param array|false $response An array containing web browser information, or 1732 * false on failure. See `wp_check_browser_version()`. 1732 1733 */ 1733 1734 echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Note: See TracChangeset
for help on using the changeset viewer.