PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 2.0.2
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v2.0.2
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Utils/Base.php +2 -2 3.7.52.0.2 View file →
@@ -31,15 +31,15 @@
31 31 _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'templately' ), '1.0.0' );
32 32 }
33 33
34 34 /**
35 - * Disable un-serializing of the class.
35 + * Disable unserializing of the class.
36 36 *
37 37 * @access public
38 38 * @since 2.0.0
39 39 */
40 40 public function __wakeup() {
41 - // Un-serializing instances of the class is forbidden.
41 + // Unserializing instances of the class is forbidden.
42 42 _doing_it_wrong( __FUNCTION__, esc_html__( 'Something went wrong.', 'templately' ), '1.0.0' );
43 43 }
44 44
45 45 /**