Changeset 3046911
- Timestamp:
- 03/07/2024 11:03:50 AM (2 years ago)
- Location:
- makestories-helper/trunk
- Files:
-
- 2 edited
-
makestories.php (modified) (1 diff)
-
pages/category-structure.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
makestories-helper/trunk/makestories.php
r3041353 r3046911 4 4 Plugin URI: https://makestories.io/official-wordpress-webstories-plugin/ 5 5 Description: The leading Google Web Stories Editor is now available to create Stories in WordPress. It is easy to use, allows for extensive customization, and is adaptive for future changes. 6 Version: 3.0. 26 Version: 3.0.3 7 7 Author: MakeStories Team 8 8 Author URI: https://makestories.io -
makestories-helper/trunk/pages/category-structure.php
r2766903 r3046911 3 3 4 4 if(isset($_POST['post_slug'])){ 5 ms_set_options(); 5 if(check_ajax_referer(MS_NONCE_REFERRER, false, false)){ 6 ms_set_options(); 7 }else{ //Token not verified so will not save the details to DB ?> 8 <div class="notice notice-error is-dismissible" style="margin-top: 20px;margin-left: 0;"> 9 <p>Page has expired! Please try refreshing the page</p> 10 </div> 11 <?php } 6 12 } 7 13 … … 27 33 <h2>MakeStories Settings</h2> 28 34 <form method="POST" action="" class="category-allow-form"> 29 35 <input type="hidden" name="_wpnonce" value="<?php echo wp_create_nonce( MS_NONCE_REFERRER ) ?>"> 30 36 <table class="form-table" role="presentation"> 31 37
Note: See TracChangeset
for help on using the changeset viewer.