Updated documentation in comments at the top of files.

I tried to standardize and expand the documentation and links to
codex.wordpress.org in the comments at the top of most files.
This commit is contained in:
PJ 2015-07-01 11:21:44 -04:00
parent 5bb0534358
commit de9c9888b7
24 changed files with 65 additions and 23 deletions

View file

@ -1,7 +1,6 @@
<?php
/**
* Sample implementation of the Custom Header feature
* http://codex.wordpress.org/Custom_Headers
* Sample implementation of the Custom Header feature.
*
* You can add an optional custom header image to header.php like so ...
*
@ -11,6 +10,8 @@
</a>
<?php endif; // End header image check. ?>
*
* @link http://codex.wordpress.org/Custom_Headers
*
* @package _s
*/

View file

@ -1,6 +1,6 @@
<?php
/**
* _s Theme Customizer
* _s Theme Customizer.
*
* @package _s
*/

View file

@ -1,8 +1,8 @@
<?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.
*
* @package _s
*/

View file

@ -1,7 +1,8 @@
<?php
/**
* Jetpack Compatibility File
* See: https://jetpack.me/
* Jetpack Compatibility File.
*
* @link https://jetpack.me/
*
* @package _s
*/