WP Total Hacks - Version 0.8.0

Version Description

Download this release

Release Info

Developer miyauchi
Plugin Icon wp plugin WP Total Hacks
Version 0.8.0
Comparing to
See all releases

Code changes from version 0.7.1 to 0.8.0

Files changed (2) hide show
  1. readme.txt +1 -1
  2. wp-total-hacks.php +3 -2
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.7.1
8
 
9
  WP Total Hacks can customize more than 20 settings on your WordPress Site.
10
  PHP5 is required!
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.0
8
 
9
  WP Total Hacks can customize more than 20 settings on your WordPress Site.
10
  PHP5 is required!
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.7.1
9
  Author URI: http://wpist.me/
10
  Domain Path: /languages
11
  Text Domain: wp-total-hacks
@@ -253,7 +253,8 @@ public function admin_head()
253
  return;
254
  }
255
  $style = '<style type="text/css">';
256
- $style .= '#header-logo{background-image: url(%s) !important;}';
 
257
  $style .= '</style>';
258
  printf($style, esc_url($this->op("wfb_custom_logo")));
259
  }
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.8.0
9
  Author URI: http://wpist.me/
10
  Domain Path: /languages
11
  Text Domain: wp-total-hacks
253
  return;
254
  }
255
  $style = '<style type="text/css">';
256
+ $style .= '#header-logo,#wp-admin-bar-wp-logo > .ab-item .ab-icon{background-image: url(%s) !important;}';
257
+ $style .= '#wp-admin-bar-wp-logo > .ab-item .ab-icon{background-position: 0 0;}';
258
  $style .= '</style>';
259
  printf($style, esc_url($this->op("wfb_custom_logo")));
260
  }