@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | /** |
69 | 69 | * Returns status of WordAds approval. |
70 | 70 | * |
71 | - * @return boolean true if site is WordAds approved |
|
71 | + * @return string true if site is WordAds approved |
|
72 | 72 | * |
73 | 73 | * @since 4.5.0 |
74 | 74 | */ |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | /** |
84 | 84 | * Returns status of WordAds active. |
85 | 85 | * |
86 | - * @return boolean true if ads are active on site |
|
86 | + * @return string true if ads are active on site |
|
87 | 87 | * |
88 | 88 | * @since 4.5.0 |
89 | 89 | */ |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | /** |
99 | 99 | * Returns status of WordAds house ads. |
100 | 100 | * |
101 | - * @return boolean true if WP.com house ads should be shown |
|
101 | + * @return string true if WP.com house ads should be shown |
|
102 | 102 | * |
103 | 103 | * @since 4.5.0 |
104 | 104 | */ |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * Returns whether or not this site is safe to run ads on. |
116 | 116 | * |
117 | - * @return boolean true if ads shown not be shown on this site. |
|
117 | + * @return string true if ads shown not be shown on this site. |
|
118 | 118 | * |
119 | 119 | * @since 6.5.0 |
120 | 120 | */ |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | * Convenience function for grabbing options from params->options |
50 | 50 | * |
51 | 51 | * @param string $option the option to grab |
52 | - * @param mixed $default (optional) |
|
52 | + * @param boolean $default (optional) |
|
53 | 53 | * @return option or $default if not set |
54 | 54 | * |
55 | 55 | * @since 4.5.0 |
@@ -494,7 +494,7 @@ discard block |
||
494 | 494 | /** |
495 | 495 | * Check the reasons to bail before we attempt to insert ads. |
496 | 496 | * |
497 | - * @return true if we should bail (don't insert ads) |
|
497 | + * @return boolean if we should bail (don't insert ads) |
|
498 | 498 | * |
499 | 499 | * @since 4.5.0 |
500 | 500 | */ |