Make WordPress Core

Changeset 23126


Ignore:
Timestamp:
12/07/2012 08:58:34 PM (12 years ago)
Author:
nacin
Message:

Remove 'Insert Multiple Images' from the about page as it is now completely invisible in the UI. Requiring shift-click but not mentioning it is a bad omen. props helenyhou. fixes #22455.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r22903 r23126  
    3737    <h3><?php _e( 'New Media Manager' ); ?></h3>
    3838
    39     <div class="feature-section three-col">
     39    <div class="feature-section col two-col">
    4040        <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-media.png' ) ); ?>" class="image-100" />
    4141
     
    4444            <p><?php _e( 'Adding media has been streamlined with an all-new experience, making it a breeze to upload files and place them into your posts.' ); ?></p>
    4545        </div>
    46         <div>
     46        <div class="last-feature">
    4747            <h4><?php _e( 'Picturesque Galleries' ); ?></h4>
    4848            <p><?php _e( 'Creating image galleries is faster with drag and drop reordering, inline caption editing, and simplified controls for layout.' ); ?></p>
    49         </div>
    50         <div class="last-feature">
    51             <h4><?php _e( 'Insert Multiple Images' ); ?></h4>
    52             <p><?php _e( 'Have a need for speed? You can now insert multiple images at once and then compose your words around them.' ); ?></p>
    5349        </div>
    5450    </div>
     
    9389    <h3><?php _e( 'Under the Hood' ); ?></h3>
    9490
    95     <div class="feature-section three-col">
     91    <div class="feature-section col three-col">
    9692        <div>
    9793            <h4><?php _e( 'Meta Query Additions' ); ?></h4>
     
    108104    </div>
    109105
    110     <div class="feature-section three-col">
     106    <div class="feature-section col three-col">
    111107        <div>
    112108            <h4><?php _e( 'Multisite Improvements' ); ?></h4>
  • trunk/wp-admin/css/wp-admin.css

    r23095 r23126  
    53385338}
    53395339
    5340 .about-wrap .feature-section.three-col {
     5340.about-wrap .feature-section.col {
    53415341    margin-bottom: 0;
     5342}
     5343
     5344.about-wrap .feature-section.col h4 {
     5345    margin:  0 0 0.6em 0;
     5346}
     5347
     5348.about-wrap .feature-section.col .last-feature {
     5349    margin-right: 0;
     5350}
     5351
     5352.about-wrap .feature-section.two-col div {
     5353    width: 47%;
     5354    margin-right: 4.999999999%;
     5355    float: left;
    53425356}
    53435357
     
    53465360    margin-right: 4.999999999%;
    53475361    float: left;
    5348 }
    5349 
    5350 .about-wrap .feature-section.three-col h4 {
    5351     margin:  0 0 0.6em 0;
    5352 }
    5353 
    5354 .about-wrap .feature-section.three-col .last-feature {
    5355     margin-right: 0;
    53565362}
    53575363
Note: See TracChangeset for help on using the changeset viewer.