Changeset 7168
- Timestamp:
- 01/02/2021 02:44:22 AM (5 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/core/theme-compat.php
r7100 r7168 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.