Changeset 40841 for trunk/src/wp-admin/about.php
- Timestamp:
- 05/25/2017 05:52:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r40838 r40841 145 145 </div> 146 146 <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 widgetsto 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> 149 149 </div> 150 150 <div class="col">
Note: See TracChangeset
for help on using the changeset viewer.