Make WordPress Core


Ignore:
Timestamp:
03/13/2015 04:56:45 PM (10 years ago)
Author:
azaozz
Message:

PressThis: simplify and restyle the categories drop-down, remove the checkboxes and use JS to get the selected categories on submitting the form.
Part prop: Michael-Arestad. Fixes #31443.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r31739 r31765  
    795795        </div>
    796796        <ul class="categories-select" aria-label="<?php esc_attr_e( 'Categories' ); ?>">
    797             <?php wp_terms_checklist( $post->ID, array( 'taxonomy' => 'category' ) ); ?>
     797            <?php wp_terms_checklist( $post->ID, array( 'taxonomy' => 'category', 'list_only' => true ) ); ?>
    798798        </ul>
    799799        <?php
Note: See TracChangeset for help on using the changeset viewer.