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

git-svn-id: https://develop.svn.wordpress.org/trunk@24989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-08-06 09:44:23 +00:00
parent 3ebfa363ad
commit c4b252b06f
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>' );
?>