Changeset 1280438
- Timestamp:
- 11/05/2015 03:05:02 PM (10 years ago)
- Location:
- wp-customize/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-customize.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-customize/trunk/README.md
r1280428 r1280438 4 4 http://www.websightdesigns.com/ 5 5 6 @version 1.0. 36 @version 1.0.4 7 7 8 8 This plugin allows you to set up a custom login page and set a custom footer message in the WordPress Admin. -
wp-customize/trunk/readme.txt
r1280428 r1280438 5 5 Requires at least: 3.5 6 6 Tested up to: 4.3.1 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 54 54 == Changelog == 55 56 = 1.0.4 = 57 * Just fixing repository commit issues. 55 58 56 59 = 1.0.3 = -
wp-customize/trunk/wp-customize.php
r1280428 r1280438 2 2 /** 3 3 * @package WP_Customize 4 * @version 1.0. 34 * @version 1.0.4 5 5 */ 6 6 … … 9 9 Description: This plugin allows you to customize the WordPress login page and set your own footer for the WordPress Admin. 10 10 Author: WebSight Designs 11 Version: 1.0. 311 Version: 1.0.4 12 12 Author URI: http://websightdesigns.com/ 13 13 License: GPL2 … … 79 79 'media-upload', 80 80 'thickbox' 81 ), '1.0. 2', true );81 ), '1.0.4', true ); 82 82 } 83 83 add_action( 'admin_enqueue_scripts', 'wpcustomize_admin_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.