Changeset 7167 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 01/02/2021 02:43:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r7099 r7167 569 569 // ...or use the existing page title? 570 570 } else { 571 $new_title = apply_filters( 'the_title', $page->post_title);571 $new_title = apply_filters( 'the_title', $page->post_title, $page->ID ); 572 572 } 573 573
Note: See TracChangeset
for help on using the changeset viewer.