@@ -61,10 +61,10 @@ |
||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * Call the shortcode's handler and return the output. |
|
| 65 | - * |
|
| 66 | - * @return mixed Rendered shortcode output |
|
| 67 | - */ |
|
| 64 | + * Call the shortcode's handler and return the output. |
|
| 65 | + * |
|
| 66 | + * @return mixed Rendered shortcode output |
|
| 67 | + */ |
|
| 68 | 68 | public function render() |
| 69 | 69 | { |
| 70 | 70 | $dedicated_method = "{$this->tag}_handler"; |