| @@ -197,9 +197,9 @@ | ||
| 197 | 197 | { |
| 198 | 198 | if (!$this->_verify_vimeo_resource($this->_resource)) { |
| 199 | 199 | throw new \Vimeography_Exception( |
| 200 | 200 | sprintf( |
| 201 | - wp_kses_post(__('The "%s" resource is not valid.', 'vimeography')), | |
| 201 | + __('The "%s" resource is not valid.', 'vimeography'), | |
| 202 | 202 | $this->_resource |
| 203 | 203 | ) |
| 204 | 204 | ); |
| 205 | 205 | } |
| @@ -408,9 +408,9 @@ | ||
| 408 | 408 | ); |
| 409 | 409 | } |
| 410 | 410 | } catch (Exception $e) { |
| 411 | 411 | throw new \Vimeography_Exception( |
| 412 | - wp_kses_post(__('the request to Vimeo failed. ', 'vimeography') . $e->getMessage()) | |
| 412 | + __('the request to Vimeo failed. ', 'vimeography') . $e->getMessage() | |
| 413 | 413 | ); |
| 414 | 414 | } |
| 415 | 415 | } |
| 416 | 416 | |