diff --git a/functions.php b/functions.php index b9c0000..f12be56 100755 --- a/functions.php +++ b/functions.php @@ -412,13 +412,15 @@ function wasmo_update_user( $post_id ) { 'info' ); - // update last_save timestamp for this user - update_user_meta( $user_id, 'last_save', time() ); //only if not edited by an admin if ( !current_user_can( 'administrator' ) ) { // notify email wasmo_send_admin_email__profile_update( $user_id, $save_count ); + + // update last_save timestamp for this user + update_user_meta( $user_id, 'last_save', time() ); + /* // if admin - check if welcome email has been sent. $has_received_welcome = get_user_meta( $user_id, 'has_received_welcome', true ); diff --git a/style.css b/style.css index ef73fbf..d83bf8b 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Evan Mullins Author URI: https://circlecube.com Template: twentynineteen - Version: 1.12.0 + Version: 1.12.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: wasmo diff --git a/taxonomy-shelf.php b/taxonomy-shelf.php index 5e53f24..bc464e3 100644 --- a/taxonomy-shelf.php +++ b/taxonomy-shelf.php @@ -23,14 +23,14 @@ $term = get_term_by( 'id', $termid, 'shelf' ); name ); ?> -
description ); ?>
+