@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | * |
| 50 | 50 | * @param array $items Scripts or styles to exclude from no-conflict |
| 51 | 51 | * |
| 52 | - * @return array |
|
| 52 | + * @return string[] |
|
| 53 | 53 | */ |
| 54 | 54 | public function register_noconflict( $items ) { |
| 55 | 55 | |
@@ -326,6 +326,9 @@ discard block |
||
| 326 | 326 | <?php |
| 327 | 327 | } |
| 328 | 328 | |
| 329 | + /** |
|
| 330 | + * @param string $section_slug |
|
| 331 | + */ |
|
| 329 | 332 | private function render_section( $section_slug, $heading, $downloads_data, $wp_plugins = array() ) { |
| 330 | 333 | |
| 331 | 334 | ob_start(); |