Changeset 996420
- Timestamp:
- 09/25/2014 03:04:10 AM (12 years ago)
- Location:
- hpbseo
- Files:
-
- 17 added
- 2 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/PIE.htc (added)
-
tags/1.2.0/docdir.php (added)
-
tags/1.2.0/hpbseo.css (added)
-
tags/1.2.0/hpbseo.js (added)
-
tags/1.2.0/hpbseo.php (added)
-
tags/1.2.0/hpbseo.txt (added)
-
tags/1.2.0/image (added)
-
tags/1.2.0/image/check.png (added)
-
tags/1.2.0/image/graph.gif (added)
-
tags/1.2.0/image/graph_off.gif (added)
-
tags/1.2.0/image/icon_seo.png (added)
-
tags/1.2.0/image/loading.gif (added)
-
tags/1.2.0/image/menu_seo.png (added)
-
tags/1.2.0/postajax.php (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/uninstall.php (added)
-
trunk/hpbseo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hpbseo/trunk/hpbseo.php
r919190 r996420 4 4 Plugin URI: http://www.allegro-inc.com/seo/9080.html 5 5 Description: ホームページビルダー向けのSEO対策プラグインです ※このプラグインを使用するには、hpbダッシュボードを使用する必要があります。 6 Version: 1. 1.06 Version: 1.2.0 7 7 Author: Allegro Marketing & Axis 8 8 Author URI:http://www.allegro-inc.com/products/detail.php?product_id=3&rn=hpb18 … … 94 94 95 95 //テーマのチェック 96 $_template_check_list = array("hpb18T", "hpb19T", "site"); 96 97 $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){ 98 106 return false; 99 107 } -
hpbseo/trunk/readme.txt
r919190 r996420 1 1 === hpb seo plugin for WordPress === 2 2 Contributors: axis hamanaka 3 Tags: hpbseo,seo,hpb18 3 Tags: hpbseo,seo,hpb18,hpb19 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5.2 6 Stable tag: 1. 1.06 Stable tag: 1.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.masteraxis.com/hpb_plugin_licenses/
Note: See TracChangeset
for help on using the changeset viewer.