Make WordPress Core


Ignore:
Timestamp:
11/20/2012 06:20:14 PM (12 years ago)
Author:
nacin
Message:

No-JS fixes.

  • Hide QuickPress.
  • Hide the gap between the title and content editor.
  • Hide 'select all' checkboxes in list tables.
  • Hide a non-functioning link in the custom fields metabox.
  • Hide non-functioning buttons in the featured image box (same as in 3.4).
  • RTL and miscellany.

props TobiasBg, lessbloat, ocean90. fixes #22456.

File:
1 edited

Legend:

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

    r22490 r22719  
    323323
    324324if ( $post_type_object->public && ! ( 'pending' == get_post_status( $post ) && !current_user_can( $post_type_object->cap->publish_posts ) ) ) { ?>
    325     <div id="edit-slug-box">
     325    <div id="edit-slug-box" class="hide-if-no-js">
    326326    <?php
    327327        if ( $sample_permalink_html && 'auto-draft' != get_post_status( $post ) )
Note: See TracChangeset for help on using the changeset viewer.