Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:inc2734/mimizuku into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Nov 24, 2016
2 parents f553b31 + 34dd0f6 commit 9229bf1
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/controllers/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function render( $view, $view_suffix = '' ) {
}

/**
* Sets the lyaout template
* Sets the layout template
*
* @param string $layout layout template path
* @return void
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/abstract-breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct() {
}

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-404.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_404 extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Attachment extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-author.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Author extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Blog extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-category.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Category extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-day.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Day extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Front_Page extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-home.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Home extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-month.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Month extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Page extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-post-type-archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Post_Type_Archive extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Search extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Single extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Tag extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Taxonomy extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumb-year.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Breadcrumb_Year extends Abstract_Breadcrumb {

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/models/breadcrumbs/breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function __construct() {
}

/**
* Sets beradcrumbs items
* Sets breadcrumbs items
*
* @param array $items
* @return void
Expand Down
2 changes: 1 addition & 1 deletion app/setup/comment-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function comment( $comment_field ) {
}

/**
* Sets up submtit button
* Sets up submit button
*
* @param string $submit_field HTML markup for the submit field
* @return string
Expand Down
2 changes: 1 addition & 1 deletion app/setup/drawer-nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct() {
}

/**
* Sets up attributs
* Sets up attributes
*
* @return void
* @see https://developer.wordpress.org/reference/functions/wp_nav_menu/
Expand Down
2 changes: 1 addition & 1 deletion app/setup/global-nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct() {
}

/**
* Sets up attributs
* Sets up attributes
*
* @return void
* @see https://developer.wordpress.org/reference/functions/wp_nav_menu/
Expand Down
2 changes: 1 addition & 1 deletion app/setup/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function register_sidebar() {
/**
* Registers wp_nav_menu() menus
*
* @param $args array Argments of wp_tag_cloud
* @param $args array Arguments of wp_tag_cloud
* @return array
* @see https://developer.wordpress.org/reference/classes/wp_widget_tag_cloud/widget/
*/
Expand Down
4 changes: 2 additions & 2 deletions app/views/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class View {
protected $view_suffix;

/**
* Sets the lyaout template
* Sets the layout template
*
* @param string $layout layout template path
* @return void
Expand Down Expand Up @@ -80,7 +80,7 @@ protected function _render_direct() {
}

/**
* Rentering the layout template
* Rendering the layout template
*
* @return void
*/
Expand Down

0 comments on commit 9229bf1

Please sign in to comment.