Plugin Directory

Changeset 1258643


Ignore:
Timestamp:
10/03/2015 05:44:00 AM (11 years ago)
Author:
oxynotes
Message:

1.3.2細かなバグの修正

Location:
step-by-step-social-count-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • step-by-step-social-count-cache/trunk/readme.txt

    r1258628 r1258643  
    55Requires at least: 4.2.4
    66Tested up to: 4.3.1
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    106106== Changelog ==
    107107
     1081.3.2
     109細かなバグの修正
     110
    1081111.3
    109112Twitterのカウントを暫定的に停止。バルーンタイプとスクエアタイプの出力を追加
  • step-by-step-social-count-cache/trunk/sbs-social-count-cache.php

    r1258628 r1258643  
    44Plugin URI: https://wordpress.org/plugins/step-by-step-social-count-cache/
    55Description: ソーシャルブックマークのカウントをキャッシュするプラグイン
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: oxynotes
    88Author URI: http://oxynotes.com
     
    13441344
    13451345    $sbs = new SBS_SocialCountCache();
    1346     add_action( 'wp_enqueue_scripts', $sbs->balloon_style() );
     1346    $sbs->balloon_style(); // CSSの登録
    13471347
    13481348    $url = get_permalink();
     
    14071407
    14081408    $sbs = new SBS_SocialCountCache();
    1409     add_action( 'wp_enqueue_scripts', $sbs->square_style() );
     1409    $sbs->square_style(); // CSSの登録
    14101410
    14111411    $url = get_permalink();
Note: See TracChangeset for help on using the changeset viewer.