@@ -64,6 +64,10 @@ |
||
64 | 64 | * @param string Name of the module tag |
65 | 65 | * @return array The module slug, config url, and name of each Jump Start module |
66 | 66 | */ |
67 | + |
|
68 | + /** |
|
69 | + * @param string $tag |
|
70 | + */ |
|
67 | 71 | function jumpstart_module_tag( $tag ) { |
68 | 72 | $modules = Jetpack_Admin::init()->get_modules(); |
69 | 73 |