Plugin Directory

Changeset 1155809


Ignore:
Timestamp:
05/08/2015 02:31:07 AM (11 years ago)
Author:
Sabaoh
Message:

Became removing wptexturize filter, due to conflict with this plugin.

Location:
rollover-tab/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rollover-tab/trunk/readme-ja.txt

    r557460 r1155809  
    22Tags: タブ, ショートコード, グラフィカル, スタイルシート, css, javascript, js
    33Requires at least: 3.1
    4 Tested up to: 3.3.2
    5 Stable tag: 1.2.1
     4Tested up to: 4.2.2
     5Stable tag: 1.3.1
    66Contributors: Eiji 'Sabaoh' Yamada
    77License: GPLv2
     
    143143
    144144== 変更履歴 ==
     145= 1.3.1 =
     146* このプラグインが正常に動作しなくなるため、wptexturizeフィルターを無効にするようにしました。
    145147= 1.2.1 =
    146148* フォントサイズを指定できるようになりました。
  • rollover-tab/trunk/readme.txt

    r557460 r1155809  
    22Tags: tab, shortcode, graphical, style, css, javascript, js
    33Requires at least: 3.1
    4 Tested up to: 3.3.2
    5 Stable tag: 1.2.1
     4Tested up to: 4.2.2
     5Stable tag: 1.3.1
    66Contributors: Eiji 'Sabaoh' Yamada
    77License: GPLv2
     
    159159
    160160== Changelog ==
     161= 1.3.1 =
     162*Became removing the wptexturize filter, due to conflict with this plugin.
    161163= 1.2.1 =
    162164* Font attribute was added.
  • rollover-tab/trunk/rollover-tab.php

    r557460 r1155809  
    44Plugin URI:  http://sabaoh.sakura.ne.jp/wordpress/
    55Description: With this plugin, you can use [rollover-tabs name="rollover"][rollover-tab name="tab1" label="example"]...[rollover-tab ...]...[/rollover-tabs] shortcode. This may display in graphical tabs it's switched only mouse over. Not IE browser (chrome, firefox, opera, and safari was tested), IE 8 or above is required. And when browser is IE 5, IE 6 or IE 7, update recommendation will appear.
    6 Version:     1.2.1
     6Version:     1.3.1
    77Author:      Eiji 'Sabaoh' Yamada
    88Author URI:  http://sabaoh.sakura.ne.jp/wordpress/
     
    237237
    238238add_shortcode( 'rollover-tabs', 'rollover_tabs_shortcode' );
     239
     240/**
     241 * remove wptexturize filter
     242 *
     243 * @since 1.3.1
     244 */
     245remove_filter ( 'the_content',  'wptexturize' );
Note: See TracChangeset for help on using the changeset viewer.