Make WordPress Core


Ignore:
Timestamp:
05/17/2010 06:32:03 AM (16 years ago)
Author:
nacin
Message:

Various minor tweaks to file-level phpdoc in Twentyten. props dremeda. see #12695.

File:
1 edited

Legend:

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

    r14692 r14707  
    11<?php
    22/**
    3  * The template used to display Comments
     3 * The template for displaying Comments.
    44 *
    55 * The area of the page that contains both current comments
    66 * and the comment form.  The actual display of comments is
    77 * handled by a callback to twentyten_comment which is
    8  * located in the functions.php file
     8 * located in the functions.php file.
    99 *
    1010 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.