@@ -1387,7 +1387,6 @@ discard block |
||
| 1387 | 1387 | * |
| 1388 | 1388 | * @see ::style() |
| 1389 | 1389 | * @internal |
| 1390 | - * @param bool $style |
|
| 1391 | 1390 | */ |
| 1392 | 1391 | static function _style_on() { |
| 1393 | 1392 | return self::style( true ); |
@@ -1526,6 +1525,7 @@ discard block |
||
| 1526 | 1525 | * |
| 1527 | 1526 | * @param int $feedback_id |
| 1528 | 1527 | * @param object Grunion_Contact_Form $form |
| 1528 | + * @param Grunion_Contact_Form $form |
|
| 1529 | 1529 | * |
| 1530 | 1530 | * @return string $message |
| 1531 | 1531 | */ |
@@ -1630,7 +1630,7 @@ discard block |
||
| 1630 | 1630 | * |
| 1631 | 1631 | * @param array $attributes Key => Value pairs as parsed by shortcode_parse_atts() |
| 1632 | 1632 | * @param string|null $content The shortcode's inner content: [contact-field]$content[/contact-field] |
| 1633 | - * @return HTML for the contact form field |
|
| 1633 | + * @return string for the contact form field |
|
| 1634 | 1634 | */ |
| 1635 | 1635 | static function parse_contact_field( $attributes, $content ) { |
| 1636 | 1636 | // Don't try to parse contact form fields if not inside a contact form |