Changeset 3050215
- Timestamp:
- 03/13/2024 06:29:58 AM (13 months ago)
- Location:
- admin-dashboard-rss-feed/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-dashboard-rss-feed/trunk/admin-rss-feed.php
r2863190 r3050215 5 5 Plugin URI: https://www.webstix.com 6 6 Author: Webstix 7 Version: 3. 17 Version: 3.2 8 8 Text Domain: admin-dashboard-rss-feed 9 9 Author: Webstix, Inc. … … 247 247 foreach($xml->channel->item as $entry) { 248 248 if($in <= $feed_count) { 249 echo "<li><a href='$entry->link' title='$entry->title'>" . $entry->title . "</a>"; 250 echo "<p>" . wp_html_excerpt($entry->description, 120). "...</p></li>";249 echo "<li><a href='$entry->link' title='$entry->title'>" . $entry->title . "</a>"; 250 echo "<p>" .mb_substr(strip_tags($entry->description), 0, 120). "...</p></li>"; 251 251 $in++; 252 252 } -
admin-dashboard-rss-feed/trunk/readme.txt
r2863190 r3050215 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. 1.16 Tested up to: 6.4.3 7 7 Stable tag: 4.7 8 8 License: GPLv2 or later … … 137 137 * Fixed bugs 138 138 * Updated the plugin to be compatible with 6.1.1 139 140 = 3.2 = 141 * Fixed bugs 142 * Updated the plugin to be compatible with 6.4.3
Note: See TracChangeset
for help on using the changeset viewer.