Skip to content

Commit

Permalink
Use $prefix in hybrid_404_title().
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Apr 12, 2014
1 parent 57cb2d2 commit 9c9bff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/template-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function hybrid_search_title( $prefix = '', $display = true ) {
*/
function hybrid_404_title( $prefix = '', $display = true ) {

$title = __( '404 Not Found', 'hybrid-core' );
$title = $prefix . __( '404 Not Found', 'hybrid-core' );

if ( false === $display )
return $title;
Expand Down

0 comments on commit 9c9bff7

Please sign in to comment.