Changeset 1155809
- Timestamp:
- 05/08/2015 02:31:07 AM (11 years ago)
- Location:
- rollover-tab/trunk
- Files:
-
- 3 edited
-
readme-ja.txt (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
rollover-tab.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rollover-tab/trunk/readme-ja.txt
r557460 r1155809 2 2 Tags: タブ, ショートコード, グラフィカル, スタイルシート, css, javascript, js 3 3 Requires at least: 3.1 4 Tested up to: 3.3.25 Stable tag: 1. 2.14 Tested up to: 4.2.2 5 Stable tag: 1.3.1 6 6 Contributors: Eiji 'Sabaoh' Yamada 7 7 License: GPLv2 … … 143 143 144 144 == 変更履歴 == 145 = 1.3.1 = 146 * このプラグインが正常に動作しなくなるため、wptexturizeフィルターを無効にするようにしました。 145 147 = 1.2.1 = 146 148 * フォントサイズを指定できるようになりました。 -
rollover-tab/trunk/readme.txt
r557460 r1155809 2 2 Tags: tab, shortcode, graphical, style, css, javascript, js 3 3 Requires at least: 3.1 4 Tested up to: 3.3.25 Stable tag: 1. 2.14 Tested up to: 4.2.2 5 Stable tag: 1.3.1 6 6 Contributors: Eiji 'Sabaoh' Yamada 7 7 License: GPLv2 … … 159 159 160 160 == Changelog == 161 = 1.3.1 = 162 *Became removing the wptexturize filter, due to conflict with this plugin. 161 163 = 1.2.1 = 162 164 * Font attribute was added. -
rollover-tab/trunk/rollover-tab.php
r557460 r1155809 4 4 Plugin URI: http://sabaoh.sakura.ne.jp/wordpress/ 5 5 Description: 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.16 Version: 1.3.1 7 7 Author: Eiji 'Sabaoh' Yamada 8 8 Author URI: http://sabaoh.sakura.ne.jp/wordpress/ … … 237 237 238 238 add_shortcode( 'rollover-tabs', 'rollover_tabs_shortcode' ); 239 240 /** 241 * remove wptexturize filter 242 * 243 * @since 1.3.1 244 */ 245 remove_filter ( 'the_content', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.