Make WordPress Core


Ignore:
Timestamp:
03/23/2008 07:10:17 AM (18 years ago)
Author:
matt
Message:

Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link.

File:
1 edited

Legend:

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

    r7484 r7485  
    169169<li><a href="categories.php"><?php _e('Manage All Categories') ?></a></li>
    170170<li><a href="edit-tags.php"><?php _e('Manage All Tags') ?></a></li>
     171<li><a href="edit.php?post_status=draft"><?php _e('View Drafts'); ?></a></li>
    171172<?php do_action('post_relatedlinks_list'); ?>
    172173</ul>
Note: See TracChangeset for help on using the changeset viewer.