Changeset 2399405
- Timestamp:
- 10/14/2020 11:50:38 AM (5 years ago)
- Location:
- wp-confirm/tags/1.0.0
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
includes/class-wp-confirm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-confirm/tags/1.0.0/README.txt
r2397281 r2399405 1 1 === WP Confirm === 2 2 Contributors: firdousi 3 Requires at least: 5.0.1 4 Tested up to: 5.5.1 5 Requires PHP: 5.x 6 Stable tag: 1.0.0 3 7 4 8 Adds a confirm dialog on saving post, menu and permalinks. 5 9 10 6 11 == Description == 7 12 Adds a confirm dialog on saving post, menu and permalinks. 13 8 14 9 15 == Installation == … … 12 18 - You can enable disbale the confirm dialog box on post publish and menu update page 13 19 14 15 20 == Changelog == 16 21 = 1.0 = -
wp-confirm/tags/1.0.0/includes/class-wp-confirm.php
r2396352 r2399405 71 71 $this->version = WP_CONFIRM_VERSION; 72 72 } else { 73 $this->version = '1.0. 1';73 $this->version = '1.0.0'; 74 74 } 75 75 $this->plugin_name = 'wp-confirm';
Note: See TracChangeset
for help on using the changeset viewer.