Changeset 2391736
- Timestamp:
- 10/01/2020 03:04:52 PM (4 years ago)
- Location:
- seo-monster/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
seo-monster/trunk/inc/410_deletepages_class.php
r2391434 r2391736 173 173 if($_htm == "_htm"){ $req = str_replace('_htm','.htm',$req); } 174 174 175 if( get_option('whitelist410')!='' ){175 if( get_option('whitelist410')!='' && count(get_option('whitelist410'))>0 ){ 176 176 $whitelist410 = get_option('whitelist410'); 177 177 if( !in_array($req,$whitelist410) ){ -
seo-monster/trunk/index.php
r2391434 r2391736 4 4 * Plugin URI: # 5 5 * Description: Monitor Google Activity & Manage your links. 6 * Version: 3.2. 86 * Version: 3.2.9 7 7 * Author: Marc Moeller 8 8 * Author URI: https://moellerseo.com/ -
seo-monster/trunk/tpl/410pages.php
r2391434 r2391736 315 315 <script> 316 316 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 317 319 $("#wp-gone-captcha-settings input").change( function(){ 318 320 $("#message").slideUp('slow');
Note: See TracChangeset
for help on using the changeset viewer.