Enough 0.23 レビュー審査依頼しました

Enough 0.23をレビュー審査に提出しました。

今回は、コメントリンクが有効に働いていなかったバグの修正

見た目の、変更を含みます。

ver 0.22の見た目を維持したい場合は、以下のように、カスタマイズしてください

style.css

変更前

 /*
 Theme Name: Enough
 Theme URI: http://www.tenman.info/wp3/enough/
 Description: Default template is only index.php and comments.php. Responsive theme. Enough is simple but if you can add a template and template part file whenever if you want. IE browser ? , Yes Responsive.
 Author: Tenman
 Author URI: http://www.tenman.info/wp3/
 Version: 0.23
 Tags:white,two-columns,custom-colors, custom-header, custom-background, custom-menu, editor-style, threaded-comments, sticky-post
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@import url("css/normalize.css");
@import url("css/articles.css");
@import url("css/comment.css");
@import url("css/ua.css");
@import url("css/colors.css");
@import url("css/base.css");
@import url("css/layout-fluid.css");
@import url("css/skin-example.css");

以下のように修正していただければ、ヘッダー画像以外は、ver.2.2の表示になります。

変更後

 /*
 Theme Name: Enough
 Theme URI: http://www.tenman.info/wp3/enough/
 Description: Default template is only index.php and comments.php. Responsive theme. Enough is simple but if you can add a template and template part file whenever if you want. IE browser ? , Yes Responsive.
 Author: Tenman
 Author URI: http://www.tenman.info/wp3/
 Version: 0.23
 Tags:white,two-columns,custom-colors, custom-header, custom-background, custom-menu, editor-style, threaded-comments, sticky-post
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@import url("css/normalize.css");
@import url("css/articles.css");
@import url("css/comment.css");
@import url("css/ua.css");
@import url("css/colors.css");
@import url("css/base.css");
@import url("css/layout-fluid.css");
/*@import url("css/skin-example.css");*/