Make WordPress Core


Ignore:
Timestamp:
08/26/2014 03:57:20 PM (12 years ago)
Author:
helen
Message:

Media library: Unify headers between view modes.

Includes back compat for views_upload links. These look a little awkward, but do not appear to be commonly used. Also prevents the view mode links from being dropped on smaller screens so a user doesn't get "stuck" in the list view.

This is different from other list tables, but aligns well with other uploaded content management screens (themes, plugins).

props pento, helen.
fixes #28946.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r29550 r29625  
    266266<?php } ?>
    267267
     268<form id="posts-filter" action="" method="get">
     269
    268270<?php $wp_list_table->views(); ?>
    269 
    270 <form id="posts-filter" action="" method="get">
    271 
    272 <?php $wp_list_table->search_box( __( 'Search Media' ), 'media' ); ?>
    273271
    274272<?php $wp_list_table->display(); ?>
Note: See TracChangeset for help on using the changeset viewer.