Docs: Various corrections and improvements relating to types used in inline documentation.
See #53399 Built from https://develop.svn.wordpress.org/trunk@52204 git-svn-id: http://core.svn.wordpress.org/trunk@51796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1727,8 +1727,9 @@ function wp_dashboard_browser_nag() {
|
||||
*
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @param string $notice The notice content.
|
||||
* @param array $response An array containing web browser information. See `wp_check_browser_version()`.
|
||||
* @param string $notice The notice content.
|
||||
* @param array|false $response An array containing web browser information, or
|
||||
* false on failure. See `wp_check_browser_version()`.
|
||||
*/
|
||||
echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user