_s: Remove image.php and related code. Image attachments will be

displayed by `single.php`. See
http://codex.wordpress.org/Template_Hierarchy
This commit is contained in:
obenland 2013-11-07 15:59:02 -04:00
parent 6f63a0b39a
commit 7c1067eee3
5 changed files with 0 additions and 162 deletions

View file

@ -83,9 +83,6 @@ function _s_scripts() {
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
if ( is_singular() && wp_attachment_is_image() )
wp_enqueue_script( '_s-keyboard-image-navigation', get_template_directory_uri() . '/js/keyboard-image-navigation.js', array( 'jquery' ), '20120202' );
}
add_action( 'wp_enqueue_scripts', '_s_scripts' );