112* @since 2.2.0113* @since 4.4.0 The `$sep` parameter was deprecated and renamed to `$deprecated`.114*115* @param string$title The current blog title.116* @param string$deprecated Unused.117*/118returnapply_filters('get_wp_title_rss',wp_get_document_title(),$deprecated);119}120121/**122* Displays the blog title for display of the feed title.123*124* @since 2.2.0
History
Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.