| @@ -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 | /** |