Skip to content

Commit

Permalink
Release Candidate 1. Version 0.9.0.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid/trunk@593 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Feb 25, 2011
1 parent 326d859 commit e6b6326
Show file tree
Hide file tree
Showing 15 changed files with 992 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -35,7 +35,7 @@
<div class="entry-content"> <div class="entry-content">


<p> <p>
<?php printf( __( 'You tried going to %1$s, and it doesn\'t exist. All is not lost! You can search for what you\'re looking for.', hybrid_get_textdomain() ), '<code>' . site_url( esc_url( $_SERVER['REQUEST_URI'] ) ) . '</code>' ); ?> <?php printf( __( 'You tried going to %1$s, and it doesn\'t exist. All is not lost! You can search for what you\'re looking for.', hybrid_get_textdomain() ), '<code>' . home_url( esc_url( $_SERVER['REQUEST_URI'] ) ) . '</code>' ); ?>
</p> </p>


<?php get_search_form(); // Loads the searchform.php template. ?> <?php get_search_form(); // Loads the searchform.php template. ?>
Expand Down
6 changes: 0 additions & 6 deletions comments.php
Expand Up @@ -50,12 +50,6 @@
<?php printf( __( 'Comments are closed, but <a href="%1$s" title="Trackback URL for this post">trackbacks</a> and pingbacks are open.', hybrid_get_textdomain() ), trackback_url( '0' ) ); ?> <?php printf( __( 'Comments are closed, but <a href="%1$s" title="Trackback URL for this post">trackbacks</a> and pingbacks are open.', hybrid_get_textdomain() ), trackback_url( '0' ) ); ?>
</p><!-- .comments-closed .pings-open --> </p><!-- .comments-closed .pings-open -->


<?php elseif ( !comments_open() ) : ?>

<p class="comments-closed">
<?php _e( 'Comments are closed.', hybrid_get_textdomain() ); ?>
</p><!-- .comments-closed -->

<?php endif; ?> <?php endif; ?>


<?php endif; ?> <?php endif; ?>
Expand Down
2 changes: 1 addition & 1 deletion css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6b6326

Please sign in to comment.