@@ -707,7 +707,6 @@ discard block |
||
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 |
||
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 ) { |