Changeset 2504169
- Timestamp:
- 03/26/2021 07:11:37 PM (5 years ago)
- Location:
- speedien
- Files:
-
- 1 edited
- 9 copied
-
tags/1.0.1 (copied) (copied from speedien/trunk)
-
tags/1.0.1/advanced-cache.php (copied) (copied from speedien/trunk/advanced-cache.php)
-
tags/1.0.1/readme.txt (copied) (copied from speedien/trunk/readme.txt)
-
tags/1.0.1/speedien.php (copied) (copied from speedien/trunk/speedien.php)
-
tags/1.0.1/speedien_admin_bar.php (copied) (copied from speedien/trunk/speedien_admin_bar.php)
-
tags/1.0.1/speedien_admin_notice.php (copied) (copied from speedien/trunk/speedien_admin_notice.php)
-
tags/1.0.1/speedien_cache.php (copied) (copied from speedien/trunk/speedien_cache.php)
-
tags/1.0.1/speedien_purge_hooks.php (copied) (copied from speedien/trunk/speedien_purge_hooks.php)
-
tags/1.0.1/speedien_ui.php (copied) (copied from speedien/trunk/speedien_ui.php) (1 diff)
-
trunk/speedien_ui.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
speedien/tags/1.0.1/speedien_ui.php
r2504168 r2504169 1 1 <?php 2 2 3 /**4 * @internal never define functions inside callbacks.5 * these functions could be run multiple times; this would result in a fatal error.6 */7 8 /**9 * custom option and settings10 */11 3 function speedien_settings_init() 12 4 { -
speedien/trunk/speedien_ui.php
r2503641 r2504169 1 1 <?php 2 2 3 /**4 * @internal never define functions inside callbacks.5 * these functions could be run multiple times; this would result in a fatal error.6 */7 8 /**9 * custom option and settings10 */11 3 function speedien_settings_init() 12 4 {
Note: See TracChangeset
for help on using the changeset viewer.