@@ -52,7 +52,6 @@ |
||
| 52 | 52 | * @param string $output Passed by reference. Used to append additional content. |
| 53 | 53 | * @param object $item Menu item data object. |
| 54 | 54 | * @param int $depth Depth of menu item. Used for padding. |
| 55 | - * @param int $current_page Menu item ID. |
|
| 56 | 55 | * @param object $args |
| 57 | 56 | */ |
| 58 | 57 | public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { |
@@ -17,6 +17,7 @@ |
||
| 17 | 17 | * |
| 18 | 18 | * @package lsx |
| 19 | 19 | * @subpackage layout |
| 20 | + * @param string $class |
|
| 20 | 21 | */ |
| 21 | 22 | function lsx_layout_selector( $class, $area = 'site' ) { |
| 22 | 23 | $return_class = ''; |
@@ -46,7 +46,6 @@ discard block |
||
| 46 | 46 | /** |
| 47 | 47 | * Defers the JS loading till Last |
| 48 | 48 | * |
| 49 | - * @param string $url The url to check and defer. |
|
| 50 | 49 | * @return string |
| 51 | 50 | */ |
| 52 | 51 | public function preload_css( $tag, $handle, $href, $media ) { |
@@ -59,7 +58,6 @@ discard block |
||
| 59 | 58 | /** |
| 60 | 59 | * Defers the JS loading till Last |
| 61 | 60 | * |
| 62 | - * @param string $url The url to check and defer. |
|
| 63 | 61 | * @return string |
| 64 | 62 | */ |
| 65 | 63 | public function defer_parsing_of_js( $tag, $handle, $href ) { |
@@ -645,7 +645,6 @@ |
||
| 645 | 645 | /** |
| 646 | 646 | * Show the 'Back to My Courses' button on messages. |
| 647 | 647 | * |
| 648 | - * @param [type] $message_post_id |
|
| 649 | 648 | * @return void |
| 650 | 649 | */ |
| 651 | 650 | public function lsx_sensei_back_message_button( $courses_link ) { |
@@ -784,7 +784,7 @@ |
||
| 784 | 784 | * |
| 785 | 785 | * @access public |
| 786 | 786 | * @since 1.0 |
| 787 | - * @return void |
|
| 787 | + * @return string |
|
| 788 | 788 | */ |
| 789 | 789 | function lsx_wc_product_searchform( $form ) { |
| 790 | 790 | |
@@ -183,6 +183,7 @@ discard block |
||
| 183 | 183 | * |
| 184 | 184 | * @package lsx |
| 185 | 185 | * @subpackage extras |
| 186 | + * @param string $size |
|
| 186 | 187 | */ |
| 187 | 188 | function lsx_get_thumbnail( $size, $image_src = false ) { |
| 188 | 189 | global $wp_version; |
@@ -285,6 +286,7 @@ discard block |
||
| 285 | 286 | * |
| 286 | 287 | * @package lsx |
| 287 | 288 | * @subpackage extras |
| 289 | + * @param boolean $image_src |
|
| 288 | 290 | */ |
| 289 | 291 | function lsx_get_attachment_id_from_src( $image_src ) { |
| 290 | 292 | $post_id = wp_cache_get( $image_src, 'lsx_get_attachment_id_from_src' ); |