Version Description
- apple-touch-icon-precomposed support.
Download this release
Release Info
Developer | miyauchi |
Plugin | WP Total Hacks |
Version | 0.9.0 |
Comparing to | |
See all releases |
Code changes from version 0.8.0 to 0.9.0
- css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- css/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- css/images/ui-icons_2694e8_256x240.png +0 -0
- css/images/ui-icons_2e83ff_256x240.png +0 -0
- css/images/ui-icons_3d80b3_256x240.png +0 -0
- css/images/ui-icons_72a7cf_256x240.png +0 -0
- css/images/ui-icons_ffffff_256x240.png +0 -0
- img/admin_footer_text.png +0 -0
- img/admin_header_logo.png +0 -0
- img/check.png +0 -0
- img/login_logo.png +0 -0
- img/logo.png +0 -0
- img/paypal.png +0 -0
- includes/form/site.php +7 -0
- readme.txt +4 -1
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- wp-total-hacks.php +7 -2
css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
CHANGED
Binary file
|
css/images/ui-bg_flat_15_cd0a0a_40x100.png
CHANGED
Binary file
|
css/images/ui-icons_2694e8_256x240.png
CHANGED
Binary file
|
css/images/ui-icons_2e83ff_256x240.png
CHANGED
Binary file
|
css/images/ui-icons_3d80b3_256x240.png
CHANGED
Binary file
|
css/images/ui-icons_72a7cf_256x240.png
CHANGED
Binary file
|
css/images/ui-icons_ffffff_256x240.png
CHANGED
Binary file
|
img/admin_footer_text.png
CHANGED
Binary file
|
img/admin_header_logo.png
CHANGED
Binary file
|
img/check.png
CHANGED
Binary file
|
img/login_logo.png
CHANGED
Binary file
|
img/logo.png
CHANGED
Binary file
|
img/paypal.png
CHANGED
Binary file
|
includes/form/site.php
CHANGED
@@ -17,6 +17,13 @@
|
|
17 |
<p><?php _e('Please upload .png image.', 'wp-total-hacks'); ?></p>
|
18 |
<input type="text" id="wfb_apple_icon" name="wfb_apple_icon" class="media" value="<?php $this->op('wfb_apple_icon'); ?>" />
|
19 |
<a class="media-upload" href="JavaScript:void(0);" rel="wfb_apple_icon"><?php _e('Select File', 'wp-total-hacks'); ?></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</div>
|
21 |
</div>
|
22 |
|
17 |
<p><?php _e('Please upload .png image.', 'wp-total-hacks'); ?></p>
|
18 |
<input type="text" id="wfb_apple_icon" name="wfb_apple_icon" class="media" value="<?php $this->op('wfb_apple_icon'); ?>" />
|
19 |
<a class="media-upload" href="JavaScript:void(0);" rel="wfb_apple_icon"><?php _e('Select File', 'wp-total-hacks'); ?></a>
|
20 |
+
<p>
|
21 |
+
<?php if (get_option('wfb_apple_icon_precomposed')): ?>
|
22 |
+
<input type="checkbox" name="wfb_apple_icon_precomposed" value="1" checked="checked" />
|
23 |
+
<?php else: ?>
|
24 |
+
<input type="checkbox" name="wfb_apple_icon_precomposed" value="1" />
|
25 |
+
<?php endif; ?>
|
26 |
+
apple-touch-icon as precomposed.</p>
|
27 |
</div>
|
28 |
</div>
|
29 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpist.me/
|
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 0.
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
@@ -87,6 +87,9 @@ Please contact to me.
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
90 |
= 0.7.1 =
|
91 |
* Malay support
|
92 |
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 0.9.0
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 0.9.0 =
|
91 |
+
* [apple-touch-icon-precomposed support.](http://wpist.me/2012/04/29/wp-total-hacks-0-9/)
|
92 |
+
|
93 |
= 0.7.1 =
|
94 |
* Malay support
|
95 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
wp-total-hacks.php
CHANGED
@@ -5,7 +5,7 @@ Author: Takayuki Miyauchi
|
|
5 |
Plugin URI: http://wpist.me/wp/wp-total-hacks/
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
Author: Takayuki Miyauchi
|
8 |
-
Version: 0.
|
9 |
Author URI: http://wpist.me/
|
10 |
Domain Path: /languages
|
11 |
Text Domain: wp-total-hacks
|
@@ -21,6 +21,7 @@ private $option_params = array(
|
|
21 |
'wfb_favicon' => 'url',
|
22 |
'wfb_admin_favicon' => 'bool',
|
23 |
'wfb_apple_icon' => 'url',
|
|
|
24 |
'wfb_hide_version' => 'bool',
|
25 |
'wfb_google' => 'text',
|
26 |
'wfb_yahoo' => 'text',
|
@@ -235,7 +236,11 @@ public function wp_head()
|
|
235 |
printf($link, esc_url($this->op("wfb_favicon")));
|
236 |
}
|
237 |
if ($this->op('wfb_apple_icon')) {
|
238 |
-
$
|
|
|
|
|
|
|
|
|
239 |
printf($link, esc_url($this->op("wfb_apple_icon")));
|
240 |
}
|
241 |
echo $this->get_meta('google-site-verification', $this->op('wfb_google'));
|
5 |
Plugin URI: http://wpist.me/wp/wp-total-hacks/
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
Author: Takayuki Miyauchi
|
8 |
+
Version: 0.9.0
|
9 |
Author URI: http://wpist.me/
|
10 |
Domain Path: /languages
|
11 |
Text Domain: wp-total-hacks
|
21 |
'wfb_favicon' => 'url',
|
22 |
'wfb_admin_favicon' => 'bool',
|
23 |
'wfb_apple_icon' => 'url',
|
24 |
+
'wfb_apple_icon_precomposed' => 'bool',
|
25 |
'wfb_hide_version' => 'bool',
|
26 |
'wfb_google' => 'text',
|
27 |
'wfb_yahoo' => 'text',
|
236 |
printf($link, esc_url($this->op("wfb_favicon")));
|
237 |
}
|
238 |
if ($this->op('wfb_apple_icon')) {
|
239 |
+
if ($this->op('wfb_apple_icon_precomposed')) {
|
240 |
+
$link = '<link rel="apple-touch-icon-precomposed" href="%s" />'."\n";
|
241 |
+
} else {
|
242 |
+
$link = '<link rel="apple-touch-icon" href="%s" />'."\n";
|
243 |
+
}
|
244 |
printf($link, esc_url($this->op("wfb_apple_icon")));
|
245 |
}
|
246 |
echo $this->get_meta('google-site-verification', $this->op('wfb_google'));
|