Skip to content

Commit d430eac

Browse files
committed
Fix header information @Package @Version
1 parent 4b6a0d6 commit d430eac

6 files changed

+18
-15
lines changed

404.php

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<?php
2+
/**
3+
* The template for displaying 404 Error page.
4+
*
5+
* @package StormBringer
6+
* @since StormBringer 0.0.1
7+
*/
8+
?>
19
<?php get_header(); ?>
210

311
<?php get_sidebar(); ?>

archive-product.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
/**
33
* The Template for displaying product archives, including the main shop page which is a post type archive.
44
*
5-
* Override this template by copying it to yourtheme/woocommerce/archive-product.php
6-
*
7-
* @author WooThemes
8-
* @package WooCommerce/Templates
9-
* @version 2.0.0
5+
* @package StormBringer
6+
* @since StormBringer 0.1.6
107
*/
8+
?>
9+
<?php
1110
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
1211

1312

archive-taxonomy.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/**
33
* The template for displaying Tsxonomy description
44
*
5-
* Learn more: http://codex.wordpress.org/Template_Hierarchy
6-
*
75
* @package StormBringer
86
* @since StormBringer 0.0.1
97
*/

archive.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/**
33
* The template for displaying Archive pages.
44
*
5-
* Learn more: http://codex.wordpress.org/Template_Hierarchy
6-
*
75
* @package StormBringer
86
* @since StormBringer 0.0.1
97
*/

content-product.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
/**
33
* The template for displaying product content within loops.
44
*
5-
* Override this template by copying it to yourtheme/woocommerce/content-product.php
6-
*
7-
* @author WooThemes
8-
* @package WooCommerce/Templates
9-
* @version 1.6.4
5+
* @package StormBringer
6+
* @version 0.1.6
107
*/
8+
?>
9+
<?php
1110
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
1211
?>
12+
1313
<div class="<?php echo $classes?>">
1414

1515

woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* The template for displaying Archive pages.
3+
* The template for displaying Woocommerce.
44
*
55
* @package StormBringer
66
* @since StormBringer 0.0.1

0 commit comments

Comments
 (0)