Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: get_wp_title_rss() | Retrieve the blog title for the feed title. |
wp-includes/feed.php: wp_title_rss | Filters the blog title for display of the feed title. |