@@ -18,7 +18,6 @@ |
||
| 18 | 18 | /** |
| 19 | 19 | * Process and output the [gventry] shortcode. |
| 20 | 20 | * |
| 21 | - * @param array $passed_atts The attributes passed. |
|
| 22 | 21 | * @param string $content The content inside the shortcode. |
| 23 | 22 | * @param string $tag The shortcode tag. |
| 24 | 23 | * |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | /** |
| 19 | 19 | * Process and output the [gvfield] shortcode. |
| 20 | 20 | * |
| 21 | - * @param array $passed_atts The attributes passed. |
|
| 22 | 21 | * @param string $content The content inside the shortcode. |
| 23 | 22 | * @param string $tag The shortcode tag. |
| 24 | 23 | * |
@@ -248,6 +248,8 @@ |
||
| 248 | 248 | |
| 249 | 249 | /** |
| 250 | 250 | * Process the attributes passed to the shortcode. Make sure they're valid |
| 251 | + * @param string $content |
|
| 252 | + * @param string $tag |
|
| 251 | 253 | * @return void |
| 252 | 254 | */ |
| 253 | 255 | private function parse_atts( $atts, $content, $tag ) { |