Make WordPress Core


Ignore:
Timestamp:
10/20/2015 04:20:04 PM (9 years ago)
Author:
obenland
Message:

Themes: Improve document title output.

Introduces more flexibility in filtering all parts of the document title,the
separator, and a way to short-circuit title generation. Plugins can now also
check for theme support and reliably filter the entire output. See #18548.
Deprecates wp_title().

Fixes #31078.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-rdf.php

    r30754 r35294  
    3131>
    3232<channel rdf:about="<?php bloginfo_rss("url") ?>">
    33     <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>
     33    <title><?php wp_title_rss(); ?></title>
    3434    <link><?php bloginfo_rss('url') ?></link>
    3535    <description><?php bloginfo_rss('description') ?></description>
Note: See TracChangeset for help on using the changeset viewer.