Plugin Directory

Changeset 565867


Ignore:
Timestamp:
06/30/2012 10:28:37 PM (14 years ago)
Author:
vancoder
Message:

Update to 1.1.2

Location:
rehabtabs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rehabtabs/trunk/readme.txt

    r559101 r565867  
    55Tags: tabs, jQuery UI
    66Requires at least: 3.2.1
    7 Tested up to: 3.4
    8 Stable tag: 1.1.1
     7Tested up to: 3.4.1
     8Stable tag: 1.1.2
    99
    1010Rehabtabs makes it easy to add pretty jQuery UI tabs to your pages, posts and custom posts using simple shortcodes.
     
    4646== Changelog ==
    4747
     48= 1.1.2 =
     49* Minor bug fix
     50
    4851= 1.1.1 =
    4952* Minor bug fix
  • rehabtabs/trunk/rehabtabs.php

    r559101 r565867  
    3838    foreach ( $tabs as $key => $tab ) {
    3939        $tab_url = '';
    40         $tab_id = 'rehabtabs-' . $key;
     40        $tab_id = 'rehabtabs-' . uniqid();
    4141        if ( $tab['ajax'] === 'true' ) {
    4242            $tab_url = site_url() . '/' . $panels[$key];
Note: See TracChangeset for help on using the changeset viewer.