@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * Return array of valid frontier type shortcode tags |
20 | 20 | * |
21 | - * @return array |
|
21 | + * @return string[] |
|
22 | 22 | */ |
23 | 23 | function frontier_get_shortcodes() { |
24 | 24 | $shortcodes = array( 'each', 'pod_sub_template', 'once', 'pod_once_template', 'before', 'pod_before_template', 'after', 'pod_after_template', 'if', 'pod_if_field' ); |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | * @param array attributes from template |
240 | 240 | * @param string template to be processed |
241 | 241 | * |
242 | - * @return null |
|
242 | + * @return string |
|
243 | 243 | * @since 2.4 |
244 | 244 | */ |
245 | 245 | function frontier_do_subtemplate( $atts, $content ) { |