Make WordPress Core


Ignore:
Timestamp:
09/27/2008 09:49:27 AM (16 years ago)
Author:
westi
Message:

phpdoc for the default and classic themes. See #7550 props jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/image.php

    r7541 r8999  
    1 <?php get_header(); ?>
     1<?php
     2/**
     3 * @package WordPress
     4 * @subpackage Default_Theme
     5 */
     6
     7get_header();
     8?>
    29
    310    <div id="content" class="widecolumn">
     
    916            <div class="entry">
    1017                <p class="attachment"><a href="<?php echo wp_get_attachment_url($post->ID); ?>"><?php echo wp_get_attachment_image( $post->ID, 'medium' ); ?></a></p>
    11                 <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div>
     18                <div class="caption"><?php if ( !empty($post->post_excerpt) ) the_excerpt(); // this is the "caption" ?></div>
    1219
    1320                <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
Note: See TracChangeset for help on using the changeset viewer.