Make WordPress Core


Ignore:
Timestamp:
08/30/2005 11:05:44 PM (21 years ago)
Author:
matt
Message:

Friendlier names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r2818 r2825  
    12121212        'index.php' => __('Main Index Template'),
    12131213        'style.css' => __('Stylesheet'),
    1214         'comments.php' => __('Comments Template'),
    1215         'comments-popup.php' => __('Popup Comments Template'),
    1216         'footer.php' => __('Footer Template'),
    1217         'header.php' => __('Header Template'),
    1218         'sidebar.php' => __('Sidebar Template'),
    1219         'archive.php' => __('Archive Template'),
     1214        'comments.php' => __('Comments'),
     1215        'comments-popup.php' => __('Popup Comments'),
     1216        'footer.php' => __('Footer'),
     1217        'header.php' => __('Header'),
     1218        'sidebar.php' => __('Sidebar'),
     1219        'archive.php' => __('Archives'),
    12201220        'category.php' => __('Category Template'),
    12211221        'page.php' => __('Page Template'),
    1222         'search.php' => __('Search Template'),
    1223         'single.php' => __('Post Template'),
     1222        'search.php' => __('Search Results'),
     1223        'single.php' => __('Single Post'),
    12241224        '404.php' => __('404 Template'),
    12251225        'my-hacks.php' => __('my-hacks.php (legacy hacks support)'),
Note: See TracChangeset for help on using the changeset viewer.