Changeset 46823 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r46698 r46823 1340 1340 * @since 0.71 1341 1341 * 1342 * @param string $_post_title The single post page title.1343 * @param object $_post The current queried object as returned by get_queried_object().1342 * @param string $_post_title The single post page title. 1343 * @param WP_Post $_post The current post. 1344 1344 */ 1345 1345 $title = apply_filters( 'single_post_title', $_post->post_title, $_post );
Note: See TracChangeset
for help on using the changeset viewer.