Update 1.0.65

This commit is contained in:
ultimatemember
2015-02-24 18:30:11 +02:00
parent e341d4e965
commit 34d7192436
11 changed files with 58 additions and 11 deletions
+3
View File
@@ -373,6 +373,9 @@ class UM_Admin_Metabox {
delete_post_meta( $post_id, '_um_can_view_roles' );
delete_post_meta( $post_id, '_um_can_edit_roles' );
delete_post_meta( $post_id, '_um_can_delete_roles' );
do_action('um_admin_before_saving_role_meta', $post_id );
foreach( $_POST as $k => $v ) {
if (strstr($k, '_um_')){
update_post_meta( $post_id, $k, $v);