WP125 - Version 1.1.5

Version Description

Download this release

Release Info

Developer redwallhp
Plugin Icon wp plugin WP125
Version 1.1.5
Comparing to
See all releases

Code changes from version 1.1.4 to 1.1.5

Files changed (2) hide show
  1. readme.txt +2 -2
  2. wp125.php +2 -2
readme.txt CHANGED
@@ -5,8 +5,8 @@ Author URI: http://www.webmaster-source.com
5
  Donate link: http://www.webmaster-source.com/donate/
6
  Tags: ads, 125x125, management, advertisement
7
  Requires at least: 2.3
8
- Tested up to: 2.6
9
- Stable tag: 1.1.4
10
 
11
 
12
  Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
5
  Donate link: http://www.webmaster-source.com/donate/
6
  Tags: ads, 125x125, management, advertisement
7
  Requires at least: 2.3
8
+ Tested up to: 2.7
9
+ Stable tag: 1.1.5
10
 
11
 
12
  Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
wp125.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
5
  Description: Easily manage 125x125 ads within your WordPress Dashboard.
6
  Author: Matt Harzewski (redwall_hp)
7
  Author URI: http://www.webmaster-source.com
8
- Version: 1.1.4
9
  */
10
 
11
 
@@ -194,7 +194,7 @@ return;
194
 
195
  //Hooks
196
  add_action("plugins_loaded", "wp125_create_ad_widget"); //Create the Widget
197
- add_action('admin_menu', 'wp125_add_admin_menu'); //Admin pages
198
 
199
 
200
 
5
  Description: Easily manage 125x125 ads within your WordPress Dashboard.
6
  Author: Matt Harzewski (redwall_hp)
7
  Author URI: http://www.webmaster-source.com
8
+ Version: 1.1.5
9
  */
10
 
11
 
194
 
195
  //Hooks
196
  add_action("plugins_loaded", "wp125_create_ad_widget"); //Create the Widget
197
+ if (is_admin()) { add_action('admin_menu', 'wp125_add_admin_menu'); } //Admin pages
198
 
199
 
200