@@ -332,6 +332,9 @@ |
||
| 332 | 332 | <?php |
| 333 | 333 | } |
| 334 | 334 | |
| 335 | + /** |
|
| 336 | + * @param string $option |
|
| 337 | + */ |
|
| 335 | 338 | function admin_likes_get_option( $option ) { |
| 336 | 339 | if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { |
| 337 | 340 | $option_setting = get_blog_option( get_current_blog_id(), $option, 'on' ); |