Make WordPress Core


Ignore:
Timestamp:
03/29/2010 10:03:15 PM (16 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/footer.php

    r13720 r13885  
     1<?php
     2/**
     3 * The template used to display the footer
     4 *
     5 * Contains the closing of the id=main div and all content
     6 * after.  Calls sidebar-footer.php for bottom widgets
     7 *
     8 * @package WordPress
     9 * @subpackage Twenty Ten
     10 * @since 3.0.0
     11 */
     12?>
     13
    114        </div><!-- #main -->
    215
Note: See TracChangeset for help on using the changeset viewer.