Make WordPress Core

Ticket #12695: archive.php.diff

File archive.php.diff, 512 bytes (added by dremeda, 15 years ago)

inline doc change for archive.php in twentyten

  • wp-content/themes/twentyten/archive.php

     
    11<?php
    22/**
    3  * Generic template for Archive pages.
     3 * The template used to display Archive pages.
    44 *
    55 * Used to display archive-type pages if nothing more specific matches a query.
    66 * For example, puts together date-based pages if no date.php file exists.