@@ -234,6 +234,9 @@ discard block |
||
234 | 234 | <?php |
235 | 235 | } |
236 | 236 | |
237 | + /** |
|
238 | + * @param string $option |
|
239 | + */ |
|
237 | 240 | function admin_likes_get_option($option) |
238 | 241 | { |
239 | 242 | if (defined('IS_WPCOM') && IS_WPCOM) { |
@@ -483,6 +486,9 @@ discard block |
||
483 | 486 | return $columns; |
484 | 487 | } |
485 | 488 | |
489 | + /** |
|
490 | + * @param string $content |
|
491 | + */ |
|
486 | 492 | function post_likes($content) |
487 | 493 | { |
488 | 494 | $post_id = get_the_ID(); |
@@ -582,7 +582,7 @@ |
||
582 | 582 | * |
583 | 583 | * @param array $connections_data |
584 | 584 | * |
585 | - * @return array { |
|
585 | + * @return string { |
|
586 | 586 | * Array of content for generating connection form. |
587 | 587 | * |
588 | 588 | * @type string HTML content of form |