PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/history/revisions-manager.php +1 -1 4.1.23.32.0-dev3 View file →
@@ -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.' );