Removed last TODO flag and bumped version to 1.0.0

This commit is contained in:
2018-11-01 14:51:02 +01:00
parent 51e31c224f
commit 811bd94fa5
4 changed files with 5 additions and 7 deletions

View File

@ -230,7 +230,6 @@ class WPLiveticker2 {
// Show RSS feed link, if configured.
if ( $show_feed ) {
// TODO: For some reason get_term_feed_link() does not give the desired result...
$feed_link = get_post_type_archive_feed_link( 'wplt2_tick' ) . '';
if ( false === strpos( $feed_link, '&' ) ) {
$feed_link .= '?wplt2_ticker=' . $ticker;