Completed
Push — update/podcast-player-colors ( fe03c9...f20c9b )
by
unknown
88:19 queued 81:32
created
sal/class.json-api-site-jetpack.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -165,6 +165,9 @@  discard block
 block discarded – undo
165 165
 		return $this->get_atomic_cloud_site_option( 'launch-status' );
166 166
 	}
167 167
 
168
+	/**
169
+	 * @param string $option
170
+	 */
168 171
 	function get_atomic_cloud_site_option( $option ) {
169 172
 		if ( ! jetpack_is_atomic_site() ) {
170 173
 			return false;
@@ -229,6 +232,9 @@  discard block
 block discarded – undo
229 232
 		return true;
230 233
 	}
231 234
 
235
+	/**
236
+	 * @param string $role
237
+	 */
232 238
 	function current_user_can( $role ) {
233 239
 		return current_user_can( $role );
234 240
 	}
Please login to merge, or discard this patch.