Plugin Directory

Changeset 996420


Ignore:
Timestamp:
09/25/2014 03:04:10 AM (12 years ago)
Author:
axis hamanaka
Message:

ver 1.2.0 hpb19

Location:
hpbseo
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • hpbseo/trunk/hpbseo.php

    r919190 r996420  
    44Plugin URI: http://www.allegro-inc.com/seo/9080.html
    55Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。
    6 Version: 1.1.0
     6Version: 1.2.0
    77Author: Allegro Marketing & Axis
    88Author URI:http://www.allegro-inc.com/products/detail.php?product_id=3&rn=hpb18
     
    9494
    9595    //テーマのチェック
     96    $_template_check_list = array("hpb18T", "hpb19T", "site");
    9697    $template_name = wp_get_theme()->template;
    97     if(strpos($template_name, TEMPLATE_CHECK, 0) !== 0){
     98    $flg = false;
     99    for($i=0;$i<count($_template_check_list);$i++){
     100        if(strpos($template_name, $_template_check_list[$i], 0) === 0){
     101            $flg = true;
     102            break;
     103        }
     104    }
     105    if(!$flg){
    98106        return false;
    99107    }
  • hpbseo/trunk/readme.txt

    r919190 r996420  
    11=== hpb seo plugin for WordPress ===
    22Contributors: axis hamanaka
    3 Tags: hpbseo,seo,hpb18
     3Tags: hpbseo,seo,hpb18,hpb19
    44Requires at least: 3.4
    55Tested up to: 3.5.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.2.0
    77License: GPLv2 or later
    88License URI: http://www.masteraxis.com/hpb_plugin_licenses/
Note: See TracChangeset for help on using the changeset viewer.