This commit is contained in:
nikitozzzzzzz
2018-04-18 17:41:10 +03:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,6 @@
background-color: #eee;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.um-cover-add {
@@ -75,6 +74,7 @@
.um-cover-e {
text-align: center;
box-sizing: border-box;
overflow: hidden;
}
.um-cover-e img {width: 100% !important}
+1 -1
View File
@@ -184,7 +184,7 @@ function um_responsive(){
});
jQuery('.um-cover, .um-member-cover').each(function(){
jQuery('.um-cover, .um-member-cover, .um-cover-e').each(function(){
var elem = jQuery(this);
var ratio = elem.data('ratio');
+1 -1
View File
@@ -376,7 +376,7 @@ add_action( 'um_account_page_hidden_fields', 'um_account_page_hidden_fields' );
* Before delete account tab content
*/
function um_before_account_delete() {
echo wpautop( UM()->options()->get( 'delete_account_text' ) );
echo wpautop( htmlspecialchars( UM()->options()->get( 'delete_account_text' ) ) );
}
add_action( 'um_before_account_delete', 'um_before_account_delete' );