Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…p: Mark

git-svn-id: http://core.svn.wordpress.org/trunk@2567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
matt committed Apr 21, 2005
1 parent c1ae153 commit 5b8895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/template-functions-post.php
Expand Up @@ -16,7 +16,7 @@ function the_ID() {

function the_title($before = '', $after = '', $echo = true) {
$title = get_the_title();
if (!empty($title)) {
if ( strlen($title) > 0 ) {
$title = apply_filters('the_title', $before . $title . $after, $before, $after);
if ($echo)
echo $title;
Expand Down

0 comments on commit 5b8895b

Please sign in to comment.