Changeset 1258643
- Timestamp:
- 10/03/2015 05:44:00 AM (11 years ago)
- Location:
- step-by-step-social-count-cache/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sbs-social-count-cache.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
step-by-step-social-count-cache/trunk/readme.txt
r1258628 r1258643 5 5 Requires at least: 4.2.4 6 6 Tested up to: 4.3.1 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 106 106 == Changelog == 107 107 108 1.3.2 109 細かなバグの修正 110 108 111 1.3 109 112 Twitterのカウントを暫定的に停止。バルーンタイプとスクエアタイプの出力を追加 -
step-by-step-social-count-cache/trunk/sbs-social-count-cache.php
r1258628 r1258643 4 4 Plugin URI: https://wordpress.org/plugins/step-by-step-social-count-cache/ 5 5 Description: ソーシャルブックマークのカウントをキャッシュするプラグイン 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: oxynotes 8 8 Author URI: http://oxynotes.com … … 1344 1344 1345 1345 $sbs = new SBS_SocialCountCache(); 1346 add_action( 'wp_enqueue_scripts', $sbs->balloon_style() );1346 $sbs->balloon_style(); // CSSの登録 1347 1347 1348 1348 $url = get_permalink(); … … 1407 1407 1408 1408 $sbs = new SBS_SocialCountCache(); 1409 add_action( 'wp_enqueue_scripts', $sbs->square_style() );1409 $sbs->square_style(); // CSSの登録 1410 1410 1411 1411 $url = get_permalink();
Note: See TracChangeset
for help on using the changeset viewer.