Changeset 423975
- Timestamp:
- 08/15/2011 10:08:19 PM (14 years ago)
- Location:
- twenty-eleven-theme-extensions/trunk
- Files:
-
- 3 edited
-
moztheme2011.php (modified) (1 diff)
-
moztheme2011admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twenty-eleven-theme-extensions/trunk/moztheme2011.php
r421968 r423975 5 5 Description: Easy-to-use customizations for the default Twenty Eleven WordPress theme. 6 6 Author: Mike Walker, MozTools 7 Version: 1. 07 Version: 1.1 8 8 Author URI: http://moztools.com/ 9 9 -
twenty-eleven-theme-extensions/trunk/moztheme2011admin.php
r421968 r423975 38 38 protected function __construct() { 39 39 parent::__construct(); 40 $this->registerJQuery();41 $this->registerJQueryUI();42 $this->registerScripts('moztheme2011admin.min', array('jquery'));43 $this->registerStyles('moztheme2011admin');40 if ($this->isAdminPage()) { 41 $this->registerScripts('moztheme2011admin.min', array('jquery-ui-widget')); 42 $this->registerStyles('moztheme2011admin'); 43 } 44 44 } 45 45 -
twenty-eleven-theme-extensions/trunk/readme.txt
r421968 r423975 5 5 Requires at least: 3.2 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 Easy customizations for the latest WordPress theme, Twenty Eleven. Add sidebars back into all blog pages and change the height of the header image. … … 98 98 == Changelog == 99 99 100 = Version 1.1 = 101 102 * Fixed plugin's admin code that was interfering with other admin pages. 103 100 104 = Version 1.0 = 101 105
Note: See TracChangeset
for help on using the changeset viewer.