Some doc blocks should use bool instead of true|false

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-06-27 00:44:21 +00:00
parent 297b615b99
commit 2a5278e2dd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ $is_iis7 = $is_IIS && intval( substr( $_SERVER['SERVER_SOFTWARE'], strpos( $_SER
*
* @staticvar bool $is_mobile
*
* @return bool true|false
* @return bool
*/
function wp_is_mobile() {
static $is_mobile = null;