Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/query.php: is_single() | Determines whether the query is for an existing single post. |
wp-includes/link-template.php: previous_posts() | Displays or retrieves the previous posts page link. |
wp-includes/link-template.php: previous_posts_link_attributes | Filters the anchor tag attributes for the previous posts page link. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |