@@ -699,7 +699,7 @@ |
||
| 699 | 699 | * handlers should be copied when the theme context is loaded by the REST API. |
| 700 | 700 | * |
| 701 | 701 | * @param array $copy_dirs Copy paths with actions to be copied |
| 702 | - * @return array Copy paths with featured content plugin |
|
| 702 | + * @return string[] Copy paths with featured content plugin |
|
| 703 | 703 | */ |
| 704 | 704 | function wpcom_rest_api_featured_content_copy_plugin_actions( $copy_dirs ) { |
| 705 | 705 | $copy_dirs[] = __FILE__; |
@@ -40,7 +40,6 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * Prevent IS from being activated if theme doesn't support it |
| 42 | 42 | * |
| 43 | - * @param bool $can_activate |
|
| 44 | 43 | * @filter jetpack_can_activate_infinite-scroll |
| 45 | 44 | * @return bool |
| 46 | 45 | */ |
@@ -29,6 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Adds a wrapper to videos and enqueue script |
| 31 | 31 | * |
| 32 | + * @param string $html |
|
| 32 | 33 | * @return string |
| 33 | 34 | */ |
| 34 | 35 | function jetpack_responsive_videos_embed_html( $html ) { |