← All changes
|
includes/template-library/forms/new-template-form.php
+1
-1
4.2.1
→
3.32.0-dev2
View file →
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | return 'add-template-form'; |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @throws \Exception If control type is not supported. | |
| 18 | + * @throws \Exception Exception Throws an exception if the control type is not supported. | |
| 19 | 19 | */ |
| 20 | 20 | public function render() { |
| 21 | 21 | foreach ( $this->get_controls() as $control ) { |
| 22 | 22 | switch ( $control['type'] ) { |