mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Promote many bool types to true or false where only that value is used.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1680,7 +1680,7 @@ function dashboard_browser_nag_class( $classes ) {
|
||||
*
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @return array|bool Array of browser data on success, false on failure.
|
||||
* @return array|false Array of browser data on success, false on failure.
|
||||
*/
|
||||
function wp_check_browser_version() {
|
||||
if ( empty( $_SERVER['HTTP_USER_AGENT'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user