Update 1.0.70

This commit is contained in:
ultimatemember
2015-03-02 16:46:00 +02:00
parent 6d4ff64995
commit 832db67584
15 changed files with 94 additions and 20 deletions
+4
View File
@@ -49,6 +49,10 @@
background: none !important;
}
.redux-container-sortable .checkbox-container input {
display: none;
}
#redux-header {
background: #3ba1da !important;
border-color: #3ba1da !important;
+2 -3
View File
@@ -24,12 +24,11 @@ class UM_Admin_Metabox {
***/
function remove_rewrite_rules_option( $post_id ) {
if ( ! wp_is_post_revision( $post_id ) ) {
if ( get_post_meta($post_id, '_um_core', true) ) {
flush_rewrite_rules( true ); // so they reset rewrite rules
delete_option('um_flush_rules');
}
}
}