Completed
Push — fusion-sync/zieladam/r203615-w... ( 73a474...e824d8 )
by
unknown
09:32 queued 01:43
created
sal/class.json-api-site-jetpack.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -146,6 +146,9 @@  discard block
 block discarded – undo
146 146
 		return $this->is_private() && $this->get_cloud_site_option( 'wpcom_coming_soon' ) == 1;
147 147
 	}
148 148
 
149
+	/**
150
+	 * @param string $option
151
+	 */
149 152
 	function get_cloud_site_option( $option ) {
150 153
 		$jetpack = Jetpack::init();
151 154
 		if ( ! method_exists( $jetpack, 'get_cloud_site_options' ) ) {
@@ -206,6 +209,9 @@  discard block
 block discarded – undo
206 209
 		return true;
207 210
 	}
208 211
 
212
+	/**
213
+	 * @param string $role
214
+	 */
209 215
 	function current_user_can( $role ) {
210 216
 		return current_user_can( $role );
211 217
 	}
Please login to merge, or discard this patch.