@@ -850,7 +850,6 @@ discard block |
||
| 850 | 850 | * course_count function. |
| 851 | 851 | * |
| 852 | 852 | * @access public |
| 853 | - * @param array $exclude (default: array()) |
|
| 854 | 853 | * @param string $post_status (default: 'publish') |
| 855 | 854 | * @return int |
| 856 | 855 | */ |
@@ -1152,7 +1151,6 @@ discard block |
||
| 1152 | 1151 | * |
| 1153 | 1152 | * @since 1.4.0 |
| 1154 | 1153 | * @param object $user Queried user object |
| 1155 | - * @param boolean $manage Whether the user has permission to manage the courses |
|
| 1156 | 1154 | * @return string HTML displayng course data |
| 1157 | 1155 | */ |
| 1158 | 1156 | public function load_user_courses_content( $user = false ) { |
@@ -1879,7 +1877,7 @@ discard block |
||
| 1879 | 1877 | * |
| 1880 | 1878 | * @since 1.9 |
| 1881 | 1879 | * |
| 1882 | - * @param WP_Post $post |
|
| 1880 | + * @param WP_Post $post_id |
|
| 1883 | 1881 | */ |
| 1884 | 1882 | public function content_before_backwards_compatibility_hooks( $post_id ){ |
| 1885 | 1883 | |