Changeset 3335296
- Timestamp:
- 07/28/2025 10:45:35 AM (8 months ago)
- Location:
- fast-index/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-index/trunk/README.txt
r3021978 r3335296 3 3 Tags: Fast Index, Instant Index Google, Seo index, Google Index, Seo Problem 4 4 Requires at least: 5.1 5 Tested up to: 6. 46 Stable tag: 2. 15 Tested up to: 6.8 6 Stable tag: 2.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
fast-index/trunk/index.php
r3021978 r3335296 4 4 Plugin URI: 5 5 Description: <strong>Fast Index</strong> on google 6 Version: 2. 16 Version: 2.2 7 7 Author: Samet AKIN 8 8 Author URI: https://www.linkedin.com/in/samet-akin/ … … 336 336 337 337 338 if ($options['status'] == 2 or $options['post_status'][$postStatus] != "1" or $options['post_type'][$postType] != "1") {338 if ($options['status'] == 2 or $options['post_status'][$postStatus] != "1" or @$options['post_type'][$postType] != "1") { 339 339 return false; 340 340 }
Note: See TracChangeset
for help on using the changeset viewer.