Plugin Directory

Changeset 2391736


Ignore:
Timestamp:
10/01/2020 03:04:52 PM (4 years ago)
Author:
edsteep
Message:

fix bug

Location:
seo-monster/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • seo-monster/trunk/inc/410_deletepages_class.php

    r2391434 r2391736  
    173173        if($_htm == "_htm"){ $req = str_replace('_htm','.htm',$req); }
    174174
    175         if( get_option('whitelist410')!='' ){
     175        if( get_option('whitelist410')!='' && count(get_option('whitelist410'))>0 ){
    176176            $whitelist410 = get_option('whitelist410');
    177177            if( !in_array($req,$whitelist410) ){
  • seo-monster/trunk/index.php

    r2391434 r2391736  
    44 * Plugin URI: #
    55 * Description: Monitor Google Activity & Manage your links.
    6  * Version: 3.2.8
     6 * Version: 3.2.9
    77 * Author: Marc Moeller
    88 * Author URI: https://moellerseo.com/
  • seo-monster/trunk/tpl/410pages.php

    r2391434 r2391736  
    315315    <script>
    316316    jQuery(function($){
     317        jQuery('#table410').DataTable({"initComplete": function(settings, json){},"language": { "info": "Showing _END_ of _TOTAL_" },"autoWidth": false,"columns": [ null,null ],"dom": '<"top">rt<"bottom"filp><"clear">', "lengthMenu" : [ 10, 25, 50, 75, 100 ] });
     318
    317319        $("#wp-gone-captcha-settings input").change( function(){
    318320            $("#message").slideUp('slow');
Note: See TracChangeset for help on using the changeset viewer.