mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-07 11:16:40 +08:00
merge + new version
This commit is contained in:
parent
f1ad7a3e6e
commit
d08b09b870
2 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ class MainWP_Child_Branding {
|
|||
if ( isset( $extra_setting['login_image']['url'] ) && ! empty( $extra_setting['login_image']['url'] ) ) {
|
||||
$login_logo = $extra_setting['login_image']['url'];
|
||||
echo '<style type="text/css">
|
||||
h1 a { background-image: url(\'' . esc_url( $login_logo ) . '\') !important; height:70px !important; width:310px !important; background-size: auto auto !important; }
|
||||
#login h1 a { background-image: url(\'' . esc_url( $login_logo ) . '\') !important; height:70px !important; width:310px !important; background-size: auto auto !important; }
|
||||
</style>';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
Author: MainWP
|
||||
Author URI: http://mainwp.com
|
||||
Text Domain: mainwp-child
|
||||
Version: 3.0-beta5
|
||||
Version: 3.0-rc1
|
||||
*/
|
||||
if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
|
||||
header( 'X-Frame-Options: ALLOWALL' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue