Version Description
Download this release
Release Info
| Developer | hallsofmontezuma |
| Plugin | |
| Version | 2.7 |
| Comparing to | |
| See all releases | |
Code changes from version 2.6 to 2.7
- securityscan.php +3 -3
securityscan.php
CHANGED
|
@@ -4,7 +4,7 @@ Plugin Name: WP Security Scan
|
|
| 4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
| 5 |
Description: Perform security scan of WordPress installation.
|
| 6 |
Author: Michael Torbert
|
| 7 |
-
Version: 2.
|
| 8 |
Author URI: http://semperfiwebdesign.com/
|
| 9 |
*/
|
| 10 |
|
|
@@ -280,8 +280,8 @@ add_meta_box("wpss_mrt", 'Donations', "wpss_mrt_meta_box3", "wpss3");
|
|
| 280 |
function mrt_hd()
|
| 281 |
{
|
| 282 |
$siteurl = get_option('siteurl');?>
|
| 283 |
-
<script language="JavaScript" type="text/javascript" src="<?php echo WP_PLUGIN_URL;?>/
|
| 284 |
-
<script language="JavaScript" type="text/javascript" src="<?php echo WP_PLUGIN_URL;?>/
|
| 285 |
<script type="text/javascript">
|
| 286 |
//window.onload=function(){enableTooltips()};
|
| 287 |
</script>
|
| 4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
| 5 |
Description: Perform security scan of WordPress installation.
|
| 6 |
Author: Michael Torbert
|
| 7 |
+
Version: 2.7
|
| 8 |
Author URI: http://semperfiwebdesign.com/
|
| 9 |
*/
|
| 10 |
|
| 280 |
function mrt_hd()
|
| 281 |
{
|
| 282 |
$siteurl = get_option('siteurl');?>
|
| 283 |
+
<script language="JavaScript" type="text/javascript" src="<?php echo WP_PLUGIN_URL;?>/wp-security-scan/js/scripts.js"></script>
|
| 284 |
+
<script language="JavaScript" type="text/javascript" src="<?php echo WP_PLUGIN_URL;?>/wp-security-scan/scripts.js"></script>
|
| 285 |
<script type="text/javascript">
|
| 286 |
//window.onload=function(){enableTooltips()};
|
| 287 |
</script>
|
