Created
October 27, 2011 23:40
-
-
Save chipbennett/1321211 to your computer and use it in GitHub Desktop.
WCTOR.inlinedoc.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Master/Default template file | |
* | |
* This file is the master/default template file, used when no other file matches in | |
* the {@link http://codex.wordpress.org/Template_Hierarchy Template Hierarchy}. | |
* | |
* @uses oenology_get_context() Defined in /functions/custom.php | |
* | |
* @link http://codex.wordpress.org/Function_Reference/get_header get_header() | |
* @link http://codex.wordpress.org/Function_Reference/get_footer get_footer() | |
* @link http://codex.wordpress.org/Function_Reference/get_option get_option() | |
* @link http://codex.wordpress.org/Function_Reference/get_sidebar get_sidebar() | |
* @link http://codex.wordpress.org/Function_Reference/get_template_part get_template_part() | |
* | |
* @package Oenology | |
* @copyright Copyright (c) 2010, Chip Bennett | |
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License, v2 (or newer) | |
* | |
* @since Oenology 1.0 | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment