Changeset 31097

Show
Ignore:
Timestamp:
02/09/08 03:24:47 (5 months ago)
Author:
henrikmelin
Message:

Fixed a broken link.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ad-minister/trunk/ad-minister-positions.php

    r31069 r31097  
    4444                              administer_position_template($position, $nbr++); 
    4545            } 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'; 
    4747                  $string = __('There are currently no template positions defined. %a%See the documentation%b% on how to do that', 'ad-minister'); 
    4848                  $string = str_replace('%a%', '<a href="' . $url . '">', $string); 
  • ad-minister/trunk/ad-minister.php

    r31069 r31097  
    22/* 
    33Plugin Name: Ad-minister 
    4 Version: 0.4.3 
     4Version: 0.4.4 
    55Author URI: http://henrikmelin.se 
    66Plugin URI: http://labs.dagensskiva.com/ 
  • ad-minister/trunk/readme.txt

    r31069 r31097  
    55Requires at least: 2.3.1 
    66Tested up to: 2.3.2 
    7 Stable tag: 0.4.3 
     7Stable tag: 0.4.4 
    88 
    99A complete system for handling advertising, including ad-rotation (with weights), scheduling and support for theme widgets.