forked from mirror/_s
Merge pull request #1026 from B-07/patch-7
Remove period from file header
This commit is contained in:
commit
50af2ac2f3
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Sample implementation of the Custom Header feature.
|
* Sample implementation of the Custom Header feature
|
||||||
*
|
*
|
||||||
* You can add an optional custom header image to header.php like so ...
|
* You can add an optional custom header image to header.php like so ...
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* _s Theme Customizer.
|
* _s Theme Customizer
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Custom functions that act independently of the theme templates.
|
* Custom functions that act independently of the theme templates
|
||||||
*
|
*
|
||||||
* Eventually, some of the functionality here could be replaced by core features.
|
* Eventually, some of the functionality here could be replaced by core features.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Jetpack Compatibility File.
|
* Jetpack Compatibility File
|
||||||
*
|
*
|
||||||
* @link https://jetpack.com/
|
* @link https://jetpack.com/
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Custom template tags for this theme.
|
* Custom template tags for this theme
|
||||||
*
|
*
|
||||||
* Eventually, some of the functionality here could be replaced by core features.
|
* Eventually, some of the functionality here could be replaced by core features.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* WordPress.com-specific functions and definitions.
|
* WordPress.com-specific functions and definitions
|
||||||
*
|
*
|
||||||
* This file is centrally included from `wp-content/mu-plugins/wpcom-theme-compat.php`.
|
* This file is centrally included from `wp-content/mu-plugins/wpcom-theme-compat.php`.
|
||||||
*
|
*
|
||||||
|
|
Reference in New Issue