| @@ -85,9 +85,11 @@ | ||
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | 87 | * This will register as: |
| 88 | 88 | * - a shortcode, with the name [convertkit_form]. |
| 89 | + * - a shortcode, with the name [kit_form]. | |
| 89 | 90 | * - a shortcode, with the name [convertkit], for backward compat. |
| 91 | + * - a shortcode, with the name [kit]. | |
| 90 | 92 | * - a Gutenberg block, with the name convertkit/form. |
| 91 | 93 | */ |
| 92 | 94 | return 'form'; |
| 93 | 95 | |