| @@ -245,14 +245,15 @@ | ||
| 245 | 245 | * |
| 246 | 246 | * @param int $user_id |
| 247 | 247 | * |
| 248 | 248 | * @return mixed |
| 249 | + * @deprecated 4.2.7.1 | |
| 249 | 250 | */ |
| 250 | - public function get_completed_items( $user_id = 0 ) { | |
| 251 | + /*public function get_completed_items( $user_id = 0 ) { | |
| 251 | 252 | $items = array(); |
| 252 | 253 | |
| 253 | 254 | return $items; |
| 254 | - } | |
| 255 | + }*/ | |
| 255 | 256 | |
| 256 | 257 | /** |
| 257 | 258 | * Count number of items in section. |
| 258 | 259 | * |