Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Aug 8, 2019
1 parent 3a1a8a0 commit 742c019
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 40 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying 404 pages (not found).
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion comments.php
Expand Up @@ -5,7 +5,7 @@
* and the comment form. The actual display of comments is
* handled by a callback to wpgrade_comment() which is
* located in the functions.php file.
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion footer-single.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying the footer for single posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -4,7 +4,7 @@
*
* Contains the closing of the #content div and all content after
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -2,7 +2,7 @@
/**
* Timber functions and definitions
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -4,7 +4,7 @@
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion inc/activation.php
Expand Up @@ -2,7 +2,7 @@
/**
* Theme activation hook
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion inc/customizer.php
Expand Up @@ -2,7 +2,7 @@
/**
* Timber Theme Customizer
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion inc/extras.php
Expand Up @@ -4,7 +4,7 @@
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion inc/integrations.php
Expand Up @@ -2,7 +2,7 @@
/**
* Require files that deal with various plugin integrations.
*
* @package Timber
* @package Timber Lite
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion inc/integrations/jetpack.php
Expand Up @@ -4,7 +4,7 @@
* This way we provide a smooth transition to those that decide to use Jetpack
* See: http://jetpack.me/
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/
function timber_load_jetpack_compatibility() {
Expand Down
2 changes: 1 addition & 1 deletion inc/mb_compat.php
Expand Up @@ -3,7 +3,7 @@
* Multibyte String Functions Pseudo-Replacements
* This is in case the mb PHP extension is not present although it should be
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
5 changes: 2 additions & 3 deletions inc/required-plugins.php
@@ -1,9 +1,8 @@
<?php
/**
* Timber required or recommended plugins
* Timber Lite required or recommended plugins
*
* @package Timber
* @since Timber 1.0
* @package Timber Lite
*/

require_once get_template_directory() . '/inc/required-plugins/class-tgm-plugin-activation.php';
Expand Down
2 changes: 1 addition & 1 deletion inc/template-tags.php
Expand Up @@ -4,7 +4,7 @@
*
* Eventually, some of the functionality here could be replaced by core features.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -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 Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions page-templates/custom-portfolio-page.php
Expand Up @@ -4,7 +4,7 @@
*
* Aimed at being used as a static front page where you can showcase your featured projects in a fullscreen slideshow
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down Expand Up @@ -45,4 +45,4 @@
get_template_part( $template_part );
}
}
get_footer();
get_footer();
2 changes: 1 addition & 1 deletion page.php
Expand Up @@ -7,7 +7,7 @@
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying search results pages.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion single-jetpack-portfolio.php
Expand Up @@ -2,7 +2,7 @@
/**
* The Template for displaying a single project
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion single-proof_gallery.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying PixProof Galleries.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion single.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying all single posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion taxonomy-jetpack-portfolio-tag.php
Expand Up @@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion taxonomy-jetpack-portfolio-type.php
Expand Up @@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-none.php
Expand Up @@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-page.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template used for displaying page content in page.php
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions template-parts/content-portfolio-single.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template used for displaying Portfolio posts on single project pages
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down Expand Up @@ -43,4 +43,4 @@
<div class="fullview">
<div class="fullview__image"></div>
<div class="fullview__close">x</div>
</div>
</div>
2 changes: 1 addition & 1 deletion template-parts/content-portfolio.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template used for displaying Jetpack Portfolio posts on the Porfolio landing page and on Portfolio archives
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-project-featured.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template used for displaying a project (Jetpack Portfolio Single Post) on the Featured Projects Page
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-project-filmstrip.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template used for displaying a project (Jetpack Portfolio Single Post) using the Filmstrip layout
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single-audio.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying single video post format posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single-gallery.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying single gallery post format posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single-video.php
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying single video post format posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single.php
Expand Up @@ -2,7 +2,7 @@
/**
* Template part for displaying single posts.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/content.php
Expand Up @@ -2,7 +2,7 @@
/**
* Template part for displaying posts on archive.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion template-parts/page-featured-projects.php
Expand Up @@ -2,7 +2,7 @@
/**
* Template part for displaying featured projects.
*
* @package Timber
* @package Timber Lite
* @since Timber 1.0
*/

Expand Down

0 comments on commit 742c019

Please sign in to comment.