Make WordPress Core


Ignore:
Timestamp:
03/29/2010 10:03:15 PM (15 years ago)
Author:
nacin
Message:

Rough cut of Twenty Ten inline documentation. see #12695. props jorbin, demetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/comments.php

    r13830 r13885  
     1<?php
     2/**
     3 * The template used to display Comments
     4 *
     5 * The area of the page that contains both current comments
     6 * and the comment form.  The actual display of comments is
     7 * handled by a callback to twentyten_comment which is
     8 * located in the functions.php file
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty Ten
     12 * @since 3.0.0
     13 */
     14?>
     15
    116            <div id="comments">
    217<?php if ( post_password_required() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.