Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Add a single space between titles and subtitles so that they look sen…
Browse files Browse the repository at this point in the history
…sible when being output as title attributes via the_title_attribute.
  • Loading branch information
Philip Arthur Moore committed Jun 15, 2014
1 parent fa8f2d2 commit 5b54263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/class-subtitles.php
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ public function the_subtitle( $title, $id ) {
*
* @since 1.0.0
*/
$title = $title . $subtitle;
$title = $title . ' ' . $subtitle;

/**
* Filter the post subtitle, if necessary.
Expand Down

0 comments on commit 5b54263

Please sign in to comment.