- fixed checkboxes with "'" symbols in label;

- fixed User page restriction options;
This commit is contained in:
nikitozzzzzzz
2018-05-03 16:20:46 +03:00
parent 0b21ba4139
commit 03c47ebc45
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ if ( ! class_exists( 'um\core\Access' ) ) {
if ( ! empty( $post->post_type ) && $post->post_type == 'page' ) {
if ( um_is_core_post( $post, 'login' ) || um_is_core_post( $post, 'register' ) ||
um_is_core_post( $post, 'account' ) || um_is_core_post( $post, 'logout' ) ||
um_is_core_post( $post, 'password-reset' ) )
um_is_core_post( $post, 'password-reset' ) || um_is_core_post( $post, 'user' ) )
return false;
}