Make WordPress Core

Changeset 14787


Ignore:
Timestamp:
05/21/2010 07:01:37 PM (15 years ago)
Author:
ryan
Message:

Fix typo. Props filosofo.

File:
1 edited

Legend:

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

    r14708 r14787  
    2020                    $category_description = category_description();
    2121                    if ( ! empty( $category_description ) )
    22                         echo '<div class="archive-meta">' . $categorydesc . '</div>';
     22                        echo '<div class="archive-meta">' . $category_description . '</div>';
    2323
    2424                /* Run the loop for the category page to output the posts.
Note: See TracChangeset for help on using the changeset viewer.