Make WordPress Core


Ignore:
Timestamp:
05/25/2017 05:52:35 PM (7 years ago)
Author:
azaozz
Message:

About: Further polish for Under The Hood.

Props: melchoyce apmarshall obenland. General props for the About page: hedgefield reportermike.
See #40721.

File:
1 edited

Legend:

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

    r40838 r40841  
    145145                </div>
    146146                <div class="col">
    147                     <h3><?php _e( 'Media Widgets for Images, Audio, and Video' ); ?></h3>
    148                     <p><?php _e( 'A new base media widget was added in 4.8. It is used by the three new media widgets. These widgets utilize the REST API to interact with the media library and pave the way for more media widgets to come.' ); ?></p>
     147                    <h3><?php _e( 'Media Widgets API' ); ?></h3>
     148                    <p><?php _e( 'The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for more media widgets (such as galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.' ); ?></p>
    149149                </div>
    150150                <div class="col">
Note: See TracChangeset for help on using the changeset viewer.