Completed
Push — update/wordads-brand-safety ( 32a060...df8be1 )
by
unknown
14:24 queued 05:31
created
modules/wordads/php/api.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.