Changeset 11112
- Timestamp:
- 04/28/2009 05:40:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r11111 r11112 118 118 } 119 119 } 120 return apply_filters( 'the_title', $title );120 return apply_filters( 'the_title', $title, $post->ID ); 121 121 } 122 122
Note: See TracChangeset
for help on using the changeset viewer.