Changeset 2915265
- Timestamp:
- 05/20/2023 07:59:19 PM (3 years ago)
- Location:
- wp-custom-cursors
- Files:
-
- 2 deleted
- 2 edited
-
tags/3.1 (deleted)
-
tags/3.2 (deleted)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/partials/wp-custom-cursors-cursor-maker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-cursors/trunk/README.txt
r2912204 r2915265 77 77 78 78 79 80 79 == Screenshots == 81 80 1. WP Custom Cursor Plugin … … 94 93 == Changelog == 95 94 96 = 23 Apr 2023 - Ver 3.0.3 = 95 = 19 Oct 2022 - Ver 3.2 = 96 * Added: Multiple Hover Type 97 97 * Updated: UI/UX Updated 98 98 * Updated: Cursor Maker Updated 99 99 * Added: Text Cursor Options 100 100 * Added: Video Tutorials added 101 102 = 19 Oct 2022 - Ver 3.0.2 =103 * Added: Multiple Hover Type104 101 105 102 = 18 Oct 2022 - Ver 3.0.1 = -
wp-custom-cursors/trunk/admin/partials/wp-custom-cursors-cursor-maker.php
r2907690 r2915265 723 723 ?> 724 724 <input type="hidden" name="update_id" value="<?php echo sanitize_text_field( $_GET['edit_row'] ); ?>"> 725 <input type="submit" name="update_created" class="btn btn-primary" value="<?php echo esc_html__( 'Update Cursor', 'wpcustom-cursors' ) ?>" />725 <input disabled class="btn btn-primary" value="<?php echo esc_html__( 'Update Cursor (Pro)', 'wpcustom-cursors' ) ?>" /> 726 726 <?php 727 727 } 728 728 else { 729 729 ?> 730 <input type="submit" name="create" class="btn btn-primary" value="<?php echo esc_html__( 'Save Cursor', 'wpcustom-cursors' ) ?>" />730 <input disabled class="btn btn-primary" value="<?php echo esc_html__( 'Save Cursor (Pro)', 'wpcustom-cursors' ) ?>" /> 731 731 <?php 732 732 }
Note: See TracChangeset
for help on using the changeset viewer.