Changeset 2962468
- Timestamp:
- 09/04/2023 10:00:54 AM (3 years ago)
- Location:
- object-cache-4-everyone/trunk
- Files:
-
- 2 edited
-
object-cache-4-everyone.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
object-cache-4-everyone/trunk/object-cache-4-everyone.php
r2955727 r2962468 6 6 * Plugin URI: https://wordpress.org/plugins/object-cache-4-everyone 7 7 * Author: fpuenteonline 8 * Version: 1.7 8 * Version: 1.7.2 9 9 * Author URI: https://twitter.com/fpuenteonline 10 10 * License: GPLv2 or later … … 187 187 188 188 $template .= "if (! defined('WP_CACHE_KEY_SALT')) {" . PHP_EOL; 189 $template .= "define('WP_CACHE_KEY_SALT', '" . filemtime(__FILE__) . "');" . PHP_EOL;189 $template .= "define('WP_CACHE_KEY_SALT', DB_NAME . DB_USER . \$table_prefix);" . PHP_EOL; 190 190 $template .= "}" . PHP_EOL; 191 191 -
object-cache-4-everyone/trunk/readme.txt
r2955741 r2962468 4 4 Requires at least: 5.0 5 5 Tested up to: 6.3 6 Stable tag: 1.7. 16 Stable tag: 1.7.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.