Completed
Push — add/vr-shortcode ( 271979...022ee9 )
by
unknown
26:28 queued 20:24
created
modules/publicize/publicize-jetpack.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -328,6 +328,9 @@  discard block
 block discarded – undo
328 328
 		), menu_page_url( 'sharing', false ) );
329 329
 	}
330 330
 
331
+	/**
332
+	 * @param string $filter
333
+	 */
331 334
 	function get_services( $filter ) {
332 335
 		if ( !in_array( $filter, array( 'all', 'connected' ) ) )
333 336
 			$filter = 'all';
@@ -663,6 +666,9 @@  discard block
 block discarded – undo
663 666
 	function options_save_path() { $this->options_save_other( 'path' ); }
664 667
 	function options_save_google_plus() { $this->options_save_other( 'google_plus' ); }
665 668
 
669
+	/**
670
+	 * @param string $service_name
671
+	 */
666 672
 	function options_save_other( $service_name ) {
667 673
 		// Nonce check
668 674
 		check_admin_referer( 'save_' . $service_name . '_token_' . $_REQUEST['connection'] );
Please login to merge, or discard this patch.
modules/publicize/ui.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -261,6 +261,9 @@
 block discarded – undo
261 261
 		</div><?php
262 262
 	}
263 263
 
264
+	/**
265
+	 * @param string $service_name
266
+	 */
264 267
 	public static function options_page_other( $service_name ) {
265 268
 		// Nonce check
266 269
 		check_admin_referer( "options_page_{$service_name}_" . $_REQUEST['connection'] );
Please login to merge, or discard this patch.
modules/related-posts/jetpack-related-posts.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -1220,6 +1220,8 @@
 block discarded – undo
1220 1220
 	 * Enqueues assets needed to do async loading of related posts.
1221 1221
 	 *
1222 1222
 	 * @uses wp_enqueue_script, wp_enqueue_style, plugins_url
1223
+	 * @param boolean $script
1224
+	 * @param boolean $style
1223 1225
 	 * @return null
1224 1226
 	 */
1225 1227
 	protected function _enqueue_assets( $script, $style ) {
Please login to merge, or discard this patch.
modules/sharedaddy/sharing-service.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -427,6 +427,9 @@
 block discarded – undo
427 427
 	public $service	= '';
428 428
 	public $total 		= 0;
429 429
 
430
+	/**
431
+	 * @param integer $total
432
+	 */
430 433
 	public function __construct( $id, $total ) {
431 434
 		$services 		= new Sharing_Service();
432 435
 		$this->id 		= esc_html( $id );
Please login to merge, or discard this patch.
modules/shortcodes/slideshow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
 		$this->settings_select( 'jetpack_slideshow_background_color', $options );
83 83
 	}
84 84
 
85
+	/**
86
+	 * @param string $name
87
+	 */
85 88
 	function settings_select( $name, $values, $extra_text = '' ) {
86 89
 		if ( empty( $name ) || empty( $values ) || ! is_array( $values ) ) {
87 90
 			return;
Please login to merge, or discard this patch.
modules/shortcodes/soundcloud.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 
130 130
 /**
131 131
  * Plugin options getter
132
- * @param  {string|array}  $option   Option name
132
+ * @param  string  $option   Option name
133 133
  * @param  {mixed}         $default  Default value
134 134
  * @return {mixed}                   Option value
135 135
  */
Please login to merge, or discard this patch.
modules/site-icon/jetpack-site-icon.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -592,7 +592,7 @@  discard block
 block discarded – undo
592 592
 	 *
593 593
 	 * @param $id
594 594
 	 *
595
-	 * @return mixed
595
+	 * @return boolean
596 596
 	 */
597 597
 	public static function delete_site_icon( $id ) {
598 598
 		// We add the filter to make sure that we also delete all the added images
@@ -715,7 +715,6 @@  discard block
 block discarded – undo
715 715
 	 * Save Blavatar files to Media Library
716 716
 	 *
717 717
 	 * @param  string  	$title
718
-	 * @param  string  	$filename
719 718
 	 * @param  string  	$file_type
720 719
 	 * @param  boolean 	$generate_meta
721 720
 	 * @return int 		$attactment_id
Please login to merge, or discard this patch.
modules/sso.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 	 * Validate the require  two step checkbox in Settings > General
230 230
 	 *
231 231
 	 * @since 2.7
232
-	 * @return boolean
232
+	 * @return integer
233 233
 	 **/
234 234
 	public function validate_jetpack_sso_require_two_step( $input ) {
235 235
 		return ( ! empty( $input ) ) ? 1 : 0;
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
 	 * Validate the match by email check in Settings > General
253 253
 	 *
254 254
 	 * @since 2.9
255
-	 * @return boolean
255
+	 * @return integer
256 256
 	 **/
257 257
 	public function validate_jetpack_sso_match_by_email( $input ) {
258 258
 		return ( ! empty( $input ) ) ? 1 : 0;
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 	 * Validate settings input from Settings > General
280 280
 	 *
281 281
 	 * @since 2.7
282
-	 * @return boolean
282
+	 * @return integer
283 283
 	 **/
284 284
 	public function validate_settings_remove_login_form_checkbox( $input ) {
285 285
 		return ( isset( $input['remove_login_form'] ) )? 1: 0;
Please login to merge, or discard this patch.
modules/subscriptions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@
 block discarded – undo
406 406
 	 * Send a synchronous XML-RPC subscribe to blog posts or subscribe to post comments request.
407 407
 	 *
408 408
 	 * @param string $email
409
-	 * @param array  $post_ids (optional) defaults to 0 for blog posts only: array of post IDs to subscribe to blog's posts
409
+	 * @param integer  $post_ids (optional) defaults to 0 for blog posts only: array of post IDs to subscribe to blog's posts
410 410
 	 * @param bool   $async    (optional) Should the subscription be performed asynchronously?  Defaults to true.
411 411
 	 *
412 412
 	 * @return true|Jetpack_Error true on success
Please login to merge, or discard this patch.