Changeset 43969
- Timestamp:
- 12/06/2018 02:50:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/about.php
r43968 r43969 125 125 <h2><?php _e( 'Building with Blocks' ); ?></h2> 126 126 <p><?php _e( 'The new block-based editor won’t change the way any of your content looks to your visitors. What it will do is let you insert any type of multimedia in a snap and rearrange to your heart’s content. Each piece of content will be in its own block; a distinct wrapper for easy maneuvering. If you’re more of an HTML and CSS sort of person, then the blocks won’t stand in your way. WordPress is here to simplify the process, not the outcome.' ); ?></p> 127 <video controls autoplay loop>128 <source src="https:// wordpress.org/gutenberg/files/2018/11/add-block.mp4" type="video/mp4">129 <source src="https:// wordpress.org/gutenberg/files/2018/11/add-block.webm" type="video/webm">127 <video controls> 128 <source src="https://s.w.org/images/core/5.0/videos/add-block.mp4" type="video/mp4"> 129 <source src="https://s.w.org/images/core/5.0/videos/add-block.webm" type="video/webm"> 130 130 <p><?php printf( __('Your browser doesn’t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/add-block.mp4">', '</a>'); ?></p> 131 131 </video> … … 285 285 <h2><?php _e( 'Freedom to Build, Freedom to Write' ); ?></h2> 286 286 <p><?php _e( 'This new editing experience provides a more consistent treatment of design as well as content. If you’re building client sites, you can create reusable blocks. This lets your clients add new content anytime, while still maintaining a consistent look and feel.' ); ?></p> 287 <video controls autoplay loop>288 <source src="https:// wordpress.org/gutenberg/files/2018/11/build.mp4" type="video/mp4">289 <source src="https:// wordpress.org/gutenberg/files/2018/11/build.webm" type="video/webm">287 <video controls> 288 <source src="https://s.w.org/images/core/5.0/videos/build.mp4" type="video/mp4"> 289 <source src="https://s.w.org/images/core/5.0/videos/build.webm" type="video/webm"> 290 290 <p><?php printf( __('Your browser doesn’t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/build.mp4">', '</a>'); ?></p> 291 291 </video>
Note: See TracChangeset
for help on using the changeset viewer.