theme review feedback fixes

This commit is contained in:
Keitaroh Kobayashi 2013-08-10 18:41:27 +09:00
parent 58bda6c606
commit a64527376c
22 changed files with 23 additions and 25 deletions

View File

@ -2,7 +2,7 @@
/**
* The template for displaying 404 pages (Not Found).
*
* @package _s
* @package wp386
*/
get_header(); ?>

View File

@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package _s
* @package wp386
*/
get_header(); ?>

View File

@ -7,7 +7,7 @@
* handled by a callback to wp386_comment() which is
* located in the inc/template-tags.php file.
*
* @package _s
* @package wp386
*/
/*

View File

@ -2,7 +2,7 @@
/**
* The template used for displaying page content in page.php
*
* @package _s
* @package wp386
*/
?>

View File

@ -1,6 +1,6 @@
<?php
/**
* @package _s
* @package wp386
*/
?>

View File

@ -1,6 +1,6 @@
<?php
/**
* @package _s
* @package wp386
*/
?>

View File

@ -4,7 +4,7 @@
*
* Contains the closing of the id=main div and all content after
*
* @package _s
* @package wp386
*/
?>

View File

@ -4,7 +4,7 @@
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package _s
* @package wp386
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
@ -42,9 +42,7 @@
<div class="sidebar-affix">
<div class="sidebar-outer">
<div class="sidebar-container">
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
<?php endif; ?>
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div>
</div>
</div>

View File

@ -2,7 +2,7 @@
/**
* The template for displaying image attachments.
*
* @package _s
* @package wp386
*/
get_header();

View File

@ -2,7 +2,7 @@
/**
* _s Theme Customizer
*
* @package _s
* @package wp386
*/
/**

View File

@ -4,7 +4,7 @@
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package _s
* @package wp386
*/
/**

View File

@ -3,7 +3,7 @@
* Jetpack Compatibility File
* See: http://jetpack.me/
*
* @package _s
* @package wp386
*/
/**

View File

@ -4,7 +4,7 @@
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package _s
* @package wp386
*/
if ( ! function_exists( 'wp386_content_nav' ) ) :

View File

@ -2,7 +2,7 @@
/**
* WordPress.com-specific functions and definitions
*
* @package _s
* @package wp386
*/
global $themecolors;

View File

@ -8,7 +8,7 @@
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package _s
* @package wp386
*/
get_header(); ?>

View File

@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package _s
* @package wp386
*/
?>

View File

@ -7,7 +7,7 @@
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package _s
* @package wp386
*/
get_header(); ?>

View File

@ -241,7 +241,7 @@ object {
/* Global styles */
%border-box {
.border-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

View File

@ -2,7 +2,7 @@
/**
* The template for displaying Search Results pages.
*
* @package _s
* @package wp386
*/
get_header(); ?>

View File

@ -2,7 +2,7 @@
/**
* The template for displaying search forms in _s
*
* @package _s
* @package wp386
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">

View File

@ -2,7 +2,7 @@
/**
* The Sidebar containing the main widget areas.
*
* @package _s
* @package wp386
*/
?>
<div id="secondary" class="widget-area" role="complementary">

View File

@ -2,7 +2,7 @@
/**
* The Template for displaying all single posts.
*
* @package _s
* @package wp386
*/
get_header(); ?>