Plugin Directory

Changeset 1710168


Ignore:
Timestamp:
08/08/2017 12:48:02 PM (8 years ago)
Author:
liwanglin12
Message:

cover

Location:
wp-plus/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-plus/trunk/README.md

    r1693238 r1710168  
    1212
    1313## Change log 
     14= 1.76-RC1.6 =
     15[优化]登录背景效果 
    1416= 1.76-RC1.6 = 
    1517[优化]兼容性问题 
  • wp-plus/trunk/option.php

    r1693238 r1710168  
    1111echo plus_version;
    1212?>版本更新日志:<br />
    13 [优化]兼容性问题
     13[优化]登录背景效果
    1414</div>
    1515<form method="POST" action="">
  • wp-plus/trunk/readme.txt

    r1693238 r1710168  
    2929
    3030== Changelog ==
     31= 1.76-RC1.6 =
     32[优化]登录背景效果
    3133= 1.76-RC1.6 =
    3234[优化]兼容性问题
     
    111113== Upgrade Notice ==
    112114= 1.76-RC1.6 =
     115[优化]登录背景效果
     116= 1.76-RC1.6 =
    113117[优化]兼容性问题
    114118= 1.76-RC1.5 =
  • wp-plus/trunk/wp-plus.php

    r1693242 r1710168  
    66Author: liwanglin12
    77Author URI: https://lwl12.com
    8 Version: 1.76-RC1.6
     8Version: 1.76-RC1.7
    99*/
    1010/*Exit if accessed directly:安全第一,如果是直接载入,就退出.*/
    1111defined('ABSPATH') or exit;
    12 define("plus_version", "1.76-RC1.6");
     12define("plus_version", "1.76-RC1.7");
    1313/* 插件初始化*/
    1414define('WP_PLUS_URL', plugin_dir_url(__FILE__));
     
    202202    {
    203203        $imgurl = 'https://api.i-meto.com/bing?new&blur';
    204         echo '<style type="text/css">body{background: url(' . $imgurl . ');width:100%;height:100%;background-image:url(' . $imgurl . ');-moz-background-size: 100% 100%;-o-background-size: 100% 100%;-webkit-background-size: 100% 100%;background-size: 100% 100%;-moz-border-image: url(' . $imgurl . ') 0;background-repeat:no-repeat\9;background-image:none\9;}</style>';
     204        echo '<style type="text/css">body{background: url(' . $imgurl . ');width:100%;height:100%;background-image:url(' . $imgurl . ');background-size: cover;-moz-border-image: url(' . $imgurl . ') 0;background-repeat:no-repeat\9;background-image:none\9;}</style>';
    205205    }
    206206    add_action('login_head', 'plus_bingbg'); ?><?php
Note: See TracChangeset for help on using the changeset viewer.