updated the comments php and style to the new formats; first commit on new computer
This commit is contained in:
@ -13,14 +13,16 @@ add_action( 'wp_enqueue_scripts', 'melville_theme_styles' );
|
||||
|
||||
//include 'plugins/drop-caps/wp_drop_caps.php';
|
||||
if (!function_exists('arl_kottke_archives')) {
|
||||
include 'plugins/arl_kottke_archives.php';
|
||||
include 'plugins/arl_kottke_archives.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the content width based on the theme's design and stylesheet.
|
||||
*
|
||||
* Used to set the width of images and content. Should be equal to the width the theme
|
||||
* is designed for, generally via the style.css stylesheet.
|
||||
*/
|
||||
|
||||
if ( ! isset( $content_width ) )
|
||||
$content_width = 640;
|
||||
|
||||
|
Reference in New Issue
Block a user