mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user