Broken Link Checker - Version 0.5.2

Version Description

Download this release

Release Info

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

Code changes from version 0.5.1 to 0.5.2

Files changed (2) hide show
  1. broken-link-checker.php +3 -3
  2. readme.txt +1 -1
broken-link-checker.php CHANGED
@@ -3,7 +3,7 @@
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.5.1
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
@@ -1557,7 +1557,7 @@ jQuery(function($){
1557
 
1558
  $orphans_possible = false;
1559
 
1560
- $still_need_resynch = false;
1561
 
1562
  /*****************************************
1563
  Parse posts and bookmarks
@@ -1576,7 +1576,7 @@ jQuery(function($){
1576
  FROM
1577
  $tsynch LEFT JOIN $tposts
1578
  ON ($tposts.id = $tsynch.source_id AND $tsynch.source_type='post')
1579
- LEFT JOIN wp_links
1580
  ON ($tlinks.link_id = $tsynch.source_id AND $tsynch.source_type='blogroll')
1581
 
1582
  WHERE
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.5.2
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
1557
 
1558
  $orphans_possible = false;
1559
 
1560
+ $still_need_resynch = $this->options['need_resynch'];
1561
 
1562
  /*****************************************
1563
  Parse posts and bookmarks
1576
  FROM
1577
  $tsynch LEFT JOIN $tposts
1578
  ON ($tposts.id = $tsynch.source_id AND $tsynch.source_type='post')
1579
+ LEFT JOIN $tlinks
1580
  ON ($tlinks.link_id = $tsynch.source_id AND $tsynch.source_type='blogroll')
1581
 
1582
  WHERE
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: whiteshadow
3
  Tags: links, broken, maintenance, blogroll, custom fields, admin
4
  Requires at least: 2.7.0
5
  Tested up to: 2.8
6
- Stable tag: 0.5.1
7
 
8
  This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you on the dashboard if any are found.
9
 
3
  Tags: links, broken, maintenance, blogroll, custom fields, admin
4
  Requires at least: 2.7.0
5
  Tested up to: 2.8
6
+ Stable tag: 0.5.2
7
 
8
  This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you on the dashboard if any are found.
9