| @@ -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 ) { | 
| @@ -156,6 +156,7 @@ discard block | ||
| 156 | 156 | * | 
| 157 | 157 | * @package lsx | 
| 158 | 158 | * @subpackage extras | 
| 159 | + * @param string $size | |
| 159 | 160 | */ | 
| 160 | 161 |  	function lsx_get_thumbnail( $size, $image_src = false ) { | 
| 161 | 162 |  		if ( false === $image_src ) { | 
| @@ -220,6 +221,7 @@ discard block | ||
| 220 | 221 | * | 
| 221 | 222 | * @package lsx | 
| 222 | 223 | * @subpackage extras | 
| 224 | + * @param boolean $image_src | |
| 223 | 225 | */ | 
| 224 | 226 |  	function lsx_get_attachment_id_from_src( $image_src ) { | 
| 225 | 227 | $post_id = wp_cache_get( $image_src, 'lsx_get_attachment_id_from_src' ); | 
| @@ -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 = ''; | 
| @@ -21,7 +21,7 @@ | ||
| 21 | 21 | * @param mixed $value The value to sanitize. | 
| 22 | 22 | * @param mixed $setting The setting for which the sanitizing is occurring. | 
| 23 | 23 | * @return mixed The sanitized value. | 
| 24 | - */ | |
| 24 | + */ | |
| 25 | 25 |  	function lsx_sanitize_choices( $value, $setting ) { | 
| 26 | 26 |  		if ( is_object( $setting ) ) { | 
| 27 | 27 | $setting = $setting->id; | 
| @@ -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 | |