Changeset 53876 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 08/11/2022 01:53:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r53383 r53876 1730 1730 * @param string $notice The notice content. 1731 1731 * @param array|false $response An array containing web browser information, or 1732 * false on failure. See `wp_check_browser_version()`.1732 * false on failure. See wp_check_browser_version(). 1733 1733 */ 1734 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.