Changeset 654412
- Timestamp:
- 01/17/2013 07:11:52 PM (13 years ago)
- Location:
- super-custom-login/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
super-custom-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-custom-login/trunk/readme.txt
r614706 r654412 4 4 Tags: admin, branding, custom login, customized login screen, custom page, customization, error, login, login error, login page, login screen, logo, middle ear media, obadiah, security, super custom login 5 5 Requires at least: 3.1 6 Tested up to: 3. 4.17 Stable tag: 0. 46 Tested up to: 3.5 7 Stable tag: 0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 == Changelog == 32 32 33 = 0.5 = 34 * Forced logo image to be 328 pixels wide by 84 pixels high. Tested plugin with WordPress 3.5. 01/17/2013. 35 33 36 = 0.4 = 34 * Modified plugin URI. Added Tags and License information to readme file. 10/19/2012.37 * Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012. 35 38 36 39 = 0.3 = -
super-custom-login/trunk/super-custom-login.php
r614701 r654412 4 4 Plugin URI: http://middleearmedia.com/labs/plugins/super-custom-login/ 5 5 Description: This plugin customizes your login screen. It replaces the WordPress logo with your custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. And it includes a template file for your logo. 6 Version: 0. 46 Version: 0.5 7 7 License: GPLv2 or later 8 8 Author: Obadiah Metivier … … 14 14 function custom_login_logo() { 15 15 echo '<style type="text/css"> 16 h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; }16 h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; background-size: 328px 84px !important; } 17 17 </style>'; 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.