Broken Link Checker - Version 0.3

Version Description

Download this release

Release Info

Developer whiteshadow
Plugin Icon 128x128 Broken Link Checker
Version 0.3
Comparing to
See all releases

Code changes from version 0.2.4 to 0.3

Files changed (2) hide show
  1. broken-link-checker.php +4 -4
  2. readme.txt +2 -2
broken-link-checker.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
  Plugin Name: Broken Link Checker
4
- Plugin URI: http://wordpress.org/extend/plugins/broken-link-checker/
5
  Description: Checks your posts for broken links and missing images and notifies you on the dashboard if any are found.
6
- Version: 0.2.4
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
@@ -20,7 +20,7 @@ class ws_broken_link_checker {
20
  var $options_name='wsblc_options';
21
  var $postdata_name;
22
  var $linkdata_name;
23
- var $version='0.2.4';
24
  var $myfile='';
25
  var $myfolder='';
26
  var $mybasename='';
@@ -344,7 +344,7 @@ class ws_broken_link_checker {
344
 
345
  <td>$link->link_text</td>
346
  <td><a href='$link->url'>".$this->mytruncate($link->url)."</a></td>
347
- <td><a href='".get_option('siteurl')."?p=$link->post_id' class='edit'>View</a></td>
348
 
349
  <td><a href='post.php?action=edit&amp;post=$link->post_id' class='edit'>Edit Post</a></td>
350
  <td><a href='javascript:void(0);' class='delete'
1
  <?php
2
  /*
3
  Plugin Name: Broken Link Checker
4
+ Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
5
  Description: Checks your posts for broken links and missing images and notifies you on the dashboard if any are found.
6
+ Version: 0.2.5
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
20
  var $options_name='wsblc_options';
21
  var $postdata_name;
22
  var $linkdata_name;
23
+ var $version='0.2.5';
24
  var $myfile='';
25
  var $myfolder='';
26
  var $mybasename='';
344
 
345
  <td>$link->link_text</td>
346
  <td><a href='$link->url'>".$this->mytruncate($link->url)."</a></td>
347
+ <td><a href='".get_option('siteurl')."?p=".($link->post_id)."' class='edit'>View</a></td>
348
 
349
  <td><a href='post.php?action=edit&amp;post=$link->post_id' class='edit'>Edit Post</a></td>
350
  <td><a href='javascript:void(0);' class='delete'
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: whiteshadow
3
  Tags: links, broken, maintenance
4
  Requires at least: 2.0.2
5
- Tested up to: 2.3.1
6
- Stable tag: 0.2.4
7
 
8
  This plugin will check your posts for broken links and missing images in background and notify you on the dashboard if any are found.
9
 
2
  Contributors: whiteshadow
3
  Tags: links, broken, maintenance
4
  Requires at least: 2.0.2
5
+ Tested up to: 2.3.3
6
+ Stable tag: 0.2.5
7
 
8
  This plugin will check your posts for broken links and missing images in background and notify you on the dashboard if any are found.
9