Make WordPress Core


Ignore:
Timestamp:
02/15/2008 05:46:02 PM (17 years ago)
Author:
ryan
Message:

Gettext strings. Props SteveAgl. fixes #5865

File:
1 edited

Legend:

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

    r6827 r6859  
    9696}
    9797$class = empty($_GET['post_status']) ? ' class="current"' : '';
    98 $status_links[] = "<li><a href=\"edit.php\"$class>All Posts</a>";
     98$status_links[] = "<li><a href=\"edit.php\"$class><?php _e('All Posts'); ?></a>";
    9999echo implode(' |</li>', $status_links) . '</li>';
    100100unset($status_links);
Note: See TracChangeset for help on using the changeset viewer.