Make WordPress Core


Ignore:
Timestamp:
05/04/2011 08:15:05 PM (14 years ago)
Author:
markjaquith
Message:

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

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

    r17748 r17800  
    191191<div class="wrap">
    192192<?php screen_icon(); ?>
    193 <h2><?php echo esc_html( $post_type_object->labels->name ); ?> <a href="<?php echo $post_new_file ?>" class="button add-new-h2"><?php echo esc_html($post_type_object->labels->add_new); ?></a> <?php
     193<h2><?php
     194echo esc_html( $post_type_object->labels->name );
     195favorite_actions( $current_screen );
    194196if ( isset($_REQUEST['s']) && $_REQUEST['s'] )
    195197    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', get_search_query() ); ?>
Note: See TracChangeset for help on using the changeset viewer.