Version Description
Download this release
Release Info
Developer | redwallhp |
Plugin | WP125 |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- adminmenus.php +6 -4
- readme.txt +1 -1
- wp125.php +1 -1
adminmenus.php
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
|
4 |
-
wp_enqueue_script('
|
5 |
-
|
|
|
|
|
6 |
|
7 |
//Write Manage Menu
|
8 |
function wp125_write_managemenu() {
|
@@ -365,7 +367,7 @@ function wp125_dashboard_add_widget() {
|
|
365 |
wp_add_dashboard_widget('wp125_widget', __('125x125 Ads', 'wp125'), 'wp125_dashboard_widget');
|
366 |
}
|
367 |
}
|
368 |
-
add_action('wp_dashboard_setup', 'wp125_dashboard_add_widget' );
|
369 |
|
370 |
|
371 |
|
1 |
<?php
|
2 |
|
3 |
+
if (function_exists('wp_enqueue_style')) {
|
4 |
+
wp_enqueue_script('jquery');
|
5 |
+
wp_enqueue_script('thickbox');
|
6 |
+
wp_enqueue_style('thickbox');
|
7 |
+
}
|
8 |
|
9 |
//Write Manage Menu
|
10 |
function wp125_write_managemenu() {
|
367 |
wp_add_dashboard_widget('wp125_widget', __('125x125 Ads', 'wp125'), 'wp125_dashboard_widget');
|
368 |
}
|
369 |
}
|
370 |
+
if (!function_exists('wp_add_dashboard_widget')) { add_action('wp_dashboard_setup', 'wp125_dashboard_add_widget' ); }
|
371 |
|
372 |
|
373 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: http://www.webmaster-source.com/donate/?plugin=wp125
|
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.7.1
|
9 |
-
Stable tag: 1.3.
|
10 |
|
11 |
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.
|
12 |
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.7.1
|
9 |
+
Stable tag: 1.3.5
|
10 |
|
11 |
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.
|
12 |
|
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.3.
|
9 |
*/
|
10 |
|
11 |
|
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.3.5
|
9 |
*/
|
10 |
|
11 |
|