Changeset 2875320
- Timestamp:
- 03/06/2023 12:25:39 PM (3 years ago)
- Location:
- fast-index/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
index.php (modified) (1 diff)
-
view/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fast-index/trunk/README.txt
r2869972 r2875320 2 2 Contributors: cultdevops 3 3 Tags: Fast Index, Instant Index Google, Seo index, Google Index, Seo Problem 4 Requires at least: 5. 44 Requires at least: 5.1 5 5 Tested up to: 6.1 6 Stable tag: 1. 47 Requires PHP: 7.06 Stable tag: 1.5 7 Requires PHP: 5.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
fast-index/trunk/index.php
r2869972 r2875320 4 4 Plugin URI: 5 5 Description: <strong>Fast Index</strong> on google 6 Version: 1. 46 Version: 1.5 7 7 Author: Samet AKIN 8 8 Author URI: https://www.linkedin.com/in/samet-akin/ -
fast-index/trunk/view/settings.php
r2869972 r2875320 109 109 <?php foreach ($pluginStatus as $key => $value) { ?> 110 110 <option <?php echo esc_attr($key)==esc_attr($options['status'])?"selected":""?> value="<?php echo esc_attr($key)?>"><?php echo esc_attr_e($value)?></option> 111 <? }?>111 <?php }?> 112 112 </select> 113 113
Note: See TracChangeset
for help on using the changeset viewer.