Completed
Pull Request — master (#7110)
by George
31:51 queued 23:43
created
modules/related-posts/jetpack-related-posts.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -707,7 +707,6 @@  discard block
 block discarded – undo
707 707
 	/**
708 708
 	 * Returns a UTF-8 encoded array of post information for the given post_id
709 709
 	 *
710
-	 * @param int $post_id
711 710
 	 * @param int $position
712 711
 	 * @param int $origin The post id that this is related to
713 712
 	 * @uses get_post, get_permalink, remove_query_arg, get_post_format, apply_filters
@@ -1571,6 +1570,8 @@  discard block
 block discarded – undo
1571 1570
 	 * Enqueues assets needed to do async loading of related posts.
1572 1571
 	 *
1573 1572
 	 * @uses wp_enqueue_script, wp_enqueue_style, plugins_url
1573
+	 * @param boolean $script
1574
+	 * @param boolean $style
1574 1575
 	 * @return null
1575 1576
 	 */
1576 1577
 	protected function _enqueue_assets( $script, $style ) {
Please login to merge, or discard this patch.