Broken Link Checker - Version 0.5.1

Version Description

Download this release

Release Info

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

Code changes from version 0.5 to 0.5.1

Files changed (2) hide show
  1. broken-link-checker.php +2 -2
  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
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
@@ -445,7 +445,7 @@ class ws_broken_link_checker {
445
 
446
  //Create the instance table if it doesn't exist yet.
447
  $wpdb->query(
448
- "CREATE TABLE IF NOT EXISTS wp_blc_instances (
449
  instance_id int(10) unsigned NOT NULL auto_increment,
450
  link_id int(10) unsigned NOT NULL,
451
  source_id int(10) unsigned NOT NULL,
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
  */
445
 
446
  //Create the instance table if it doesn't exist yet.
447
  $wpdb->query(
448
+ "CREATE TABLE IF NOT EXISTS {$wpdb->prefix}blc_instances (
449
  instance_id int(10) unsigned NOT NULL auto_increment,
450
  link_id int(10) unsigned NOT NULL,
451
  source_id int(10) unsigned NOT NULL,
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
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.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