Changeset 2784593
- Timestamp:
- 09/14/2022 12:20:53 PM (3 years ago)
- Location:
- admin-dashboard-rss-feed
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-dashboard-rss-feed/trunk/admin-rss-feed.php
r2758614 r2784593 5 5 Plugin URI: https://www.webstix.com 6 6 Author: Webstix 7 Version: 2.97 Version: 3.0 8 8 Text Domain: admin-dashboard-rss-feed 9 9 Author: Webstix, Inc. … … 86 86 update_option('wsx_rss_feed_image_attachment_id', absint($_POST['image_attachment_id'])); 87 87 endif; 88 88 if(!empty($_GET['page'])){ 89 89 if($_GET['page'] == "admin-dashboard-rss-feed/admin-rss-feed.php") { 90 90 wp_enqueue_media(); 91 91 } 92 92 } 93 93 … … 265 265 function media_selector_print_script() 266 266 { 267 267 if(!empty($_GET['page'])){ 268 268 if($_GET['page'] == "admin-dashboard-rss-feed/admin-rss-feed.php") { 269 269 … … 350 350 }); 351 351 </script> 352 <?php } // End of If part352 <?php } }// End of If part 353 353 } ?> -
admin-dashboard-rss-feed/trunk/readme.txt
r2758614 r2784593 4 4 Tags: admin-rss-feed, rss-feed, wordpress-admin-dashboard, show-rss-feed, admin-widget 5 5 Requires at least: 4.7.5 6 Tested up to: 6.0. 16 Tested up to: 6.0.2 7 7 Stable tag: 4.7 8 8 License: GPLv2 or later … … 129 129 = 2.9 = 130 130 * Updated the plugin to be compatible with 6.0.1 131 132 = 3.0 = 133 * Fixed php warnings 134 * Updated the plugin to be compatible with 6.0.2
Note: See TracChangeset
for help on using the changeset viewer.