/** * Unfreezes the element so that it becomes editable * * @access public * @return void * @since 3.2.4 */ static function unfreeze() { self::$_flagFrozen = false; }