Changeset 673648
- Timestamp:
- 02/26/2013 04:20:57 PM (13 years ago)
- Location:
- lazy-content-slider
- Files:
-
- 4 edited
- 6 copied
-
tags/3.4 (copied) (copied from lazy-content-slider/trunk)
-
tags/3.4/css/style-dark.css (copied) (copied from lazy-content-slider/trunk/css/style-dark.css)
-
tags/3.4/css/style.css (copied) (copied from lazy-content-slider/trunk/css/style.css)
-
tags/3.4/js/tabs.js (copied) (copied from lazy-content-slider/trunk/js/tabs.js)
-
tags/3.4/lzcs.php (copied) (copied from lazy-content-slider/trunk/lzcs.php) (2 diffs)
-
tags/3.4/lzcs_admin.php (modified) (1 diff)
-
tags/3.4/readme.txt (copied) (copied from lazy-content-slider/trunk/readme.txt) (3 diffs)
-
trunk/lzcs.php (modified) (2 diffs)
-
trunk/lzcs_admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-content-slider/tags/3.4/lzcs.php
r673063 r673648 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 37 Version: 3.4 8 8 Author URI: http://mysqlhow2.com 9 9 … … 23 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 24 */ 25 add_action( 'admin_enqueue_scripts', 'add_jscss' );25 //add_action( 'admin_enqueue_scripts', 'add_jscss' ); 26 26 add_action('admin_menu', 'lzcs_add_admin_menu'); 27 27 add_action('wp_enqueue_scripts', 'add_jscss'); -
lazy-content-slider/tags/3.4/lzcs_admin.php
r618262 r673648 72 72 </form> 73 73 </div> 74 <div class="wrap">75 <?php if (function_exists("drawslider")){ drawslider(); }; ?>76 </div>77 74 <br><br> 78 75 <div class="wrap"> -
lazy-content-slider/tags/3.4/readme.txt
r673063 r673648 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 37 Stable tag: 3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 = 3.3 = 97 97 Fixed auto rotation 98 = 3.4 = 99 Fixed admin section 98 100 99 101 == Changelog == … … 133 135 = 3.3 = 134 136 Fixed auto rotation 137 = 3.4 = 138 Fixed admin section -
lazy-content-slider/trunk/lzcs.php
r673063 r673648 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 3. 37 Version: 3.4 8 8 Author URI: http://mysqlhow2.com 9 9 … … 23 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 24 */ 25 add_action( 'admin_enqueue_scripts', 'add_jscss' );25 //add_action( 'admin_enqueue_scripts', 'add_jscss' ); 26 26 add_action('admin_menu', 'lzcs_add_admin_menu'); 27 27 add_action('wp_enqueue_scripts', 'add_jscss'); -
lazy-content-slider/trunk/lzcs_admin.php
r618262 r673648 72 72 </form> 73 73 </div> 74 <div class="wrap">75 <?php if (function_exists("drawslider")){ drawslider(); }; ?>76 </div>77 74 <br><br> 78 75 <div class="wrap"> -
lazy-content-slider/trunk/readme.txt
r673063 r673648 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.5.1 7 Stable tag: 3. 37 Stable tag: 3.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 = 3.3 = 97 97 Fixed auto rotation 98 = 3.4 = 99 Fixed admin section 98 100 99 101 == Changelog == … … 133 135 = 3.3 = 134 136 Fixed auto rotation 137 = 3.4 = 138 Fixed admin section
Note: See TracChangeset
for help on using the changeset viewer.