Broken Link Checker - Version 0.3.6

Version Description

Download this release

Release Info

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

Code changes from version 0.3.5 to 0.3.6

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.3.5
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
@@ -228,7 +228,7 @@ class ws_broken_link_checker {
228
 
229
  function admin_print_scripts(){
230
  // use JavaScript Prototype library for AJAX
231
- wp_print_scripts( array( 'prototype' ) );
232
  }
233
 
234
  function post_deleted($post_id){
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.3.6
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/blog/
9
  */
228
 
229
  function admin_print_scripts(){
230
  // use JavaScript Prototype library for AJAX
231
+ wp_enqueue_script('prototype');
232
  }
233
 
234
  function post_deleted($post_id){
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: whiteshadow
3
  Tags: links, broken, maintenance
4
  Requires at least: 2.0.2
5
  Tested up to: 2.5
6
- Stable tag: 0.3.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
 
3
  Tags: links, broken, maintenance
4
  Requires at least: 2.0.2
5
  Tested up to: 2.5
6
+ Stable tag: 0.3.6
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