Changeset 1895034
- Timestamp:
- 06/19/2018 10:02:57 AM (8 years ago)
- Location:
- clear-transient-from-dashboard/trunk
- Files:
-
- 2 edited
-
clear-transient-from-dashboard.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clear-transient-from-dashboard/trunk/clear-transient-from-dashboard.php
r1894896 r1895034 2 2 /* 3 3 Plugin Name: Clear Transient From Dashboard 4 Description: If you are logged in as a user who can manage options, you can clear all transients from the dashboard.4 Description: Logging in as admin, you can clear all transients from the dashboard. 5 5 Author: minkapi 6 version: 1. 06 version: 1.1 7 7 */ 8 8 add_action( 'load-index.php', 'CTFD_clear_transient' ); -
clear-transient-from-dashboard/trunk/readme.txt
r1894896 r1895034 4 4 Requires at least: 4.9 5 5 Tested up to: 4.9.6 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 If you are logged in as a user who can manage options, you can clear all transients from the dashboard.11 Logging in as admin, you can clear all transients from the dashboard. 12 12 13 13 14 14 == Description == 15 15 16 If you are logged in as a user who can manage options, you can clear all transients from the dashboard.17 When the display does not change, it is convenient to immediately check whether it is due to a transient or a bug.16 Logging in as admin, you can clear all transients from the dashboard. 17 If you can find no change in your screen, it is convenient to immediately check whether it is due to a transient or a bug. 18 18 19 19 … … 25 25 26 26 == Changelog == 27 = 1.1 = 28 * Fix description. 27 29 = 1.0 = 28 * Publish this plugin 30 * Publish this plugin.
Note: See TracChangeset
for help on using the changeset viewer.