- changed version;

This commit is contained in:
Nikita Sinelnikov
2021-08-23 17:13:39 +03:00
parent b8b4ea9574
commit 2fd759727b
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -312,7 +312,8 @@ if ( ! class_exists( 'um\core\Form' ) ) {
/**
* Return the errors as a WordPress Error object
* @return WP_Error
*
* @return \WP_Error
*/
function get_wp_error() {
$wp_error = new \WP_Error();