Twenty fourteen: Fix typo. props jeherve, fixes #24964.

git-svn-id: http://core.svn.wordpress.org/trunk@24989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-08-06 09:44:23 +00:00
parent b7c13e27c2
commit 809761c430
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $format = get_post_format();
<?php endif; ?>
<?php
/* Show title only if it exsits */
/* Show title only if it exists */
the_title( '<h1 class="entry-title"><a href="' . get_permalink() . '" rel="bookmark">', '</a></h1>' );
?>