Version Description
Download this release
Release Info
Developer | wokamoto |
Plugin | Head Cleaner |
Version | 1.4.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.4.2.7 to 1.4.2.8
- head-cleaner.php +4 -4
- readme.txt +1 -1
- readme_ja.txt +1 -1
head-cleaner.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Head Cleaner
|
4 |
-
Version: 1.4.2.
|
5 |
Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
|
6 |
Description: Cleaning tags from your WordPress header and footer.
|
7 |
Author: wokamoto
|
@@ -68,7 +68,7 @@ if (!class_exists('InputValidator'))
|
|
68 |
//**************************************************************************************
|
69 |
class HeadCleaner extends wokController {
|
70 |
public $plugin_name = 'head-cleaner';
|
71 |
-
public $plugin_ver = '1.
|
72 |
|
73 |
const PRIORITY = 10000;
|
74 |
const ANALYZE_EXPIRED = 604800; // 60 * 60 * 24 * 7 [sec.]
|
@@ -2366,7 +2366,7 @@ E__O__T;
|
|
2366 |
$out .= '</td>';
|
2367 |
$out .= '</tr>'."\n";
|
2368 |
|
2369 |
-
|
2370 |
$out .= '<td>';
|
2371 |
$out .= '</td>';
|
2372 |
$out .= '<td>';
|
@@ -2378,7 +2378,7 @@ E__O__T;
|
|
2378 |
$out .= "<input type=\"text\" name=\"fb_app_id\" id=\"fb_app_id\" value=\"{$this->options['fb_app_id']}\" style=\"margin-left:0.5em;\" />";
|
2379 |
$out .= '</td>';
|
2380 |
$out .= '</tr>'."\n";
|
2381 |
-
|
2382 |
$out .= '<tr>';
|
2383 |
$out .= '<td>';
|
2384 |
$out .= $this->_checkbox('wp_generator', isset($this->options['priority']['wp_head']['wp_generator']) && $this->options['priority']['wp_head']['wp_generator'] <= 0);
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Head Cleaner
|
4 |
+
Version: 1.4.2.8
|
5 |
Plugin URI: http://wppluginsj.sourceforge.jp/head-cleaner/
|
6 |
Description: Cleaning tags from your WordPress header and footer.
|
7 |
Author: wokamoto
|
68 |
//**************************************************************************************
|
69 |
class HeadCleaner extends wokController {
|
70 |
public $plugin_name = 'head-cleaner';
|
71 |
+
public $plugin_ver = '1.4.2.8';
|
72 |
|
73 |
const PRIORITY = 10000;
|
74 |
const ANALYZE_EXPIRED = 604800; // 60 * 60 * 24 * 7 [sec.]
|
2366 |
$out .= '</td>';
|
2367 |
$out .= '</tr>'."\n";
|
2368 |
|
2369 |
+
$out .= '<tr>';
|
2370 |
$out .= '<td>';
|
2371 |
$out .= '</td>';
|
2372 |
$out .= '<td>';
|
2378 |
$out .= "<input type=\"text\" name=\"fb_app_id\" id=\"fb_app_id\" value=\"{$this->options['fb_app_id']}\" style=\"margin-left:0.5em;\" />";
|
2379 |
$out .= '</td>';
|
2380 |
$out .= '</tr>'."\n";
|
2381 |
+
|
2382 |
$out .= '<tr>';
|
2383 |
$out .= '<td>';
|
2384 |
$out .= $this->_checkbox('wp_generator', isset($this->options['priority']['wp_head']['wp_generator']) && $this->options['priority']['wp_head']['wp_generator'] <= 0);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJ
|
|
4 |
Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 1.4.2.
|
8 |
|
9 |
Cleaning tags from your WordPress header and footer.
|
10 |
|
4 |
Tags: head, header, footer, javascript, css, optimization, minified, performance, facebook, OGP
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 1.4.2.8
|
8 |
|
9 |
Cleaning tags from your WordPress header and footer.
|
10 |
|
readme_ja.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJ
|
|
4 |
Tags: head optimization, javascript, css, optimization, minified, performance
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 1.4.2.
|
8 |
|
9 |
Head と footer をお掃除します。
|
10 |
|
4 |
Tags: head optimization, javascript, css, optimization, minified, performance
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 1.4.2.8
|
8 |
|
9 |
Head と footer をお掃除します。
|
10 |
|