@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | |
66 | 66 | /** |
67 | 67 | * Returns status of WordAds approval. |
68 | - * @return boolean true if site is WordAds approved |
|
68 | + * @return string true if site is WordAds approved |
|
69 | 69 | * |
70 | 70 | * @since 4.5.0 |
71 | 71 | */ |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | |
80 | 80 | /** |
81 | 81 | * Returns status of WordAds active. |
82 | - * @return boolean true if ads are active on site |
|
82 | + * @return string true if ads are active on site |
|
83 | 83 | * |
84 | 84 | * @since 4.5.0 |
85 | 85 | */ |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | |
94 | 94 | /** |
95 | 95 | * Returns status of WordAds house ads. |
96 | - * @return boolean true if WP.com house ads should be shown |
|
96 | + * @return string true if WP.com house ads should be shown |
|
97 | 97 | * |
98 | 98 | * @since 4.5.0 |
99 | 99 | */ |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | |
109 | 109 | /** |
110 | 110 | * Returns whether or not this site is safe to run ads on. |
111 | - * @return boolean true if ads shown not be shown on this site. |
|
111 | + * @return string true if ads shown not be shown on this site. |
|
112 | 112 | * |
113 | 113 | * @since 6.5.0 |
114 | 114 | */ |