| @@ -246,9 +246,9 @@ | ||
| 246 | 246 | * |
| 247 | 247 | * @param $data |
| 248 | 248 | * |
| 249 | 249 | * @return array |
| 250 | - * @throws \Exception If the revision ID is not set. | |
| 250 | + * @throws \Exception Id Exception. | |
| 251 | 251 | */ |
| 252 | 252 | public static function ajax_get_revision_data( array $data ) { |
| 253 | 253 | if ( ! isset( $data['id'] ) ) { |
| 254 | 254 | throw new \Exception( 'You must set the revision ID.' ); |