Changeset 31097
- Timestamp:
- 02/09/08 03:24:47 (5 months ago)
- Files:
-
- ad-minister/trunk/ad-minister-positions.php (modified) (1 diff)
- ad-minister/trunk/ad-minister.php (modified) (1 diff)
- ad-minister/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ad-minister/trunk/ad-minister-positions.php
r31069 r31097 44 44 administer_position_template($position, $nbr++); 45 45 } else { 46 $url = get_option('siteurl') . '/wp-admin/edit.php?page=' . dirname(plugin_basename(__FILE__)) . ' /ad-minister.php&tab=help';46 $url = get_option('siteurl') . '/wp-admin/edit.php?page=' . dirname(plugin_basename(__FILE__)) . '&tab=help'; 47 47 $string = __('There are currently no template positions defined. %a%See the documentation%b% on how to do that', 'ad-minister'); 48 48 $string = str_replace('%a%', '<a href="' . $url . '">', $string); ad-minister/trunk/ad-minister.php
r31069 r31097 2 2 /* 3 3 Plugin Name: Ad-minister 4 Version: 0.4. 34 Version: 0.4.4 5 5 Author URI: http://henrikmelin.se 6 6 Plugin URI: http://labs.dagensskiva.com/ ad-minister/trunk/readme.txt
r31069 r31097 5 5 Requires at least: 2.3.1 6 6 Tested up to: 2.3.2 7 Stable tag: 0.4. 37 Stable tag: 0.4.4 8 8 9 9 A complete system for handling advertising, including ad-rotation (with weights), scheduling and support for theme widgets.
