Plugin Directory

Changeset 2142270


Ignore:
Timestamp:
08/20/2019 03:30:05 AM (7 years ago)
Author:
smartnewsdev
Message:

fix: use bloginfo_rss instead of wp_title_rss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smartformat/trunk/feed.php

    r2142269 r2142270  
    3636
    3737<channel>
    38     <title><?php wp_title_rss(); ?></title>
     38    <title><?php bloginfo_rss('name'); ?></title>
    3939    <link><?php bloginfo_rss( 'url' ); ?></link>
    4040    <description><?php bloginfo_rss( 'description' ); ?></description>
Note: See TracChangeset for help on using the changeset viewer.