About page, text only (not released for translation), first pass.
Design and finalized text to follow. This is just for the RC crowd. props johnbillion, helen, markjaquith, nacin. see #30435. Built from https://develop.svn.wordpress.org/trunk@30821 git-svn-id: http://core.svn.wordpress.org/trunk@30811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
31b74e57da
commit
dc5642c83c
|
@ -27,7 +27,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
|
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you focus on your writing, and the new default theme lets you show it off in style.' ), $display_version ); ?></div>
|
||||||
|
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
|
@ -42,85 +42,53 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="changelog">
|
<div class="changelog">
|
||||||
|
<h2 class="about-headline-callout"><?php echo ( 'Introducing Twenty Fifteen' ); ?></h2>
|
||||||
<div class="about-overview">
|
<div class="about-overview">
|
||||||
<?php if ( ( $locale = get_locale() ) && 'en_' === substr( $locale, 0, 3 ) ) : ?>
|
<img class="about-overview-img" src="//s.w.org/images/core/3.8/twentyfourteen.jpg?1" />
|
||||||
<embed src="//v.wordpress.com/bUdzKMro" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed>
|
|
||||||
<?php else : ?>
|
|
||||||
<img class="about-overview-img" src="//s.w.org/images/core/4.0/wp40.png" width="640" height="360" />
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<div class="feature-section col three-col">
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
|
||||||
<div class="col-1">
|
<div class="col-1">
|
||||||
<h3><?php _e( 'Manage your media with style' ); ?></h3>
|
<p><?php echo ( 'Our 2015 default theme is blog-focused and designed for clarity. Twenty Fifteen᾿s straightforward typography is readable on any screen size.' ); ?></p>
|
||||||
<p><?php _e( 'Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.' ); ?></p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2 last-feature">
|
<div class="col-2">
|
||||||
<img src="//s.w.org/images/core/4.0/media.jpg" />
|
<p><?php echo ( 'Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.' ); ?></p>
|
||||||
|
</div>
|
||||||
|
<div class="col-3 last-feature">
|
||||||
|
<p><?php printf( ( 'Twenty Fifteen has great language support, with help from <a href="%s">Google’s Noto font family</a>.' ), 'https://www.google.com/get/noto/' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
</div>
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
<hr />
|
||||||
<div class="col-1">
|
|
||||||
<div class="about-video about-video-embed">
|
<div class="changelog">
|
||||||
<?php
|
<h2 class="about-headline-callout"><?php echo ( 'Distraction-free writing' ); ?></h2>
|
||||||
echo wp_video_shortcode( array(
|
<div class="feature-section">
|
||||||
'mp4' => '//s.w.org/images/core/4.0/embed.mp4',
|
<p><?php echo ( '<em>Just write.</em> Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.' ); ?></p>
|
||||||
'ogv' => '//s.w.org/images/core/4.0/embed.ogv',
|
|
||||||
'webm' => '//s.w.org/images/core/4.0/embed.webm',
|
|
||||||
'loop' => true,
|
|
||||||
'autoplay' => true,
|
|
||||||
'width' => 500,
|
|
||||||
'height' => 352
|
|
||||||
) );
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-2 last-feature">
|
|
||||||
<h3><?php _e( 'Working with embeds has never been easier' ); ?></h3>
|
|
||||||
<p><?php _e( 'Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.' ); ?></p>
|
|
||||||
<p><?php _e( 'We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href="http://codex.wordpress.org/Embeds">Check out all of the embeds</a> that WordPress supports.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
<div class="changelog under-the-hood">
|
||||||
|
<h3><?php echo ( 'The Finer Points' ); ?></h3>
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
<div class="feature-section col two-col">
|
||||||
<div class="col-1">
|
<div>
|
||||||
<h3><?php _e( 'Focus on your content' ); ?></h3>
|
<h4><?php echo ( 'Choose a language' ); ?></h4>
|
||||||
<p><?php _e( 'Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.' ); ?></p>
|
<p><?php printf( ( 'Right now, WordPress %1$s is already translated into %2$d languages, with more always in progress. You can switch to any translation on the <a href="%3$s">General Settings</a> screen.' ), $display_version, 40, admin_url( 'options-general.php' ) ); ?></p>
|
||||||
</div>
|
|
||||||
<div class="col-2 last-feature">
|
|
||||||
<div class="about-video about-video-focus">
|
|
||||||
<?php
|
|
||||||
echo wp_video_shortcode( array(
|
|
||||||
'mp4' => '//s.w.org/images/core/4.0/focus.mp4',
|
|
||||||
'ogv' => '//s.w.org/images/core/4.0/focus.ogv',
|
|
||||||
'webm' => '//s.w.org/images/core/4.0/focus.webm',
|
|
||||||
'loop' => true,
|
|
||||||
'autoplay' => true,
|
|
||||||
'width' => 500,
|
|
||||||
'height' => 281
|
|
||||||
) );
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
<h4><?php echo ( 'Log out everywhere' ); ?></h4>
|
||||||
|
<p><?php printf( ( 'There’s a new tool on <a href="%s">your profile</a> that logs you out everywhere, for those times you forget to log off a shared computer.' ), get_edit_profile_url() ); ?></p>
|
||||||
<div class="feature-section col two-col">
|
|
||||||
<div class="col-1">
|
|
||||||
<img src="//s.w.org/images/core/4.0/plugins.png" />
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2 last-feature">
|
<div class="last-feature">
|
||||||
<h3 class="higher"><?php _e( 'Finding the right plugin' ); ?></h3>
|
<h4><?php echo ( 'Vine embeds' ); ?></h4>
|
||||||
<p><?php _e( 'There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.' ); ?></p>
|
<p><?php printf( ( 'Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. For more, see the Codex article on <a href="%s">Embeds</a>.' ), 'http://codex.wordpress.org/Embeds' ); ?></p>
|
||||||
<a href="<?php echo admin_url( 'plugin-install.php' ); ?>" class="button button-large button-primary"><?php _e( 'Browse plugins' ); ?></a>
|
|
||||||
|
<h4><?php echo ( 'Plugin recommendations' ); ?></h4>
|
||||||
|
<p><?php printf( ( 'The <a href="%s">plugin installer</a> now offers a list of plugins you may want to try, based on others who have similar plugins installed as you.' ), network_admin_url( 'plugin-install.php?tab=recommended' ) ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -130,21 +98,22 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<div class="changelog under-the-hood">
|
<div class="changelog under-the-hood">
|
||||||
<h3><?php _e( 'Under the Hood' ); ?></h3>
|
<h3><?php _e( 'Under the Hood' ); ?></h3>
|
||||||
|
|
||||||
<div class="feature-section col three-col">
|
<div class="feature-section col two-col">
|
||||||
<div>
|
<div>
|
||||||
<h4><?php _e( 'Customizer API' ); ?></h4>
|
<h4><?php echo ( 'Complex Queries' ); ?></h4>
|
||||||
<p><?php _e( 'Contexts, panels, and a wider array of controls are now supported in the customizer.' ); ?></p>
|
<p><?php printf( ( 'Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>%s</code>.' ), 'A AND ( B OR C )' ); ?></p>
|
||||||
</div>
|
|
||||||
<div>
|
<h4><?php echo ( 'Customizer API' ); ?></h4>
|
||||||
<h4><?php _e( 'Query Ordering' ); ?></h4>
|
<p><?php echo ( 'The customizer now supports conditionally showing panels and sections based on the page being previewed.' ); ?></p>
|
||||||
<p><?php
|
|
||||||
/* translators: 1: "ORDER BY" (SQL), 2: "WP_Query" */
|
|
||||||
printf( __( 'Developers have more flexibility creating %1$s clauses through %2$s.' ), '<code>ORDER BY</code>', '<code>WP_Query</code>' );
|
|
||||||
?></p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="last-feature">
|
<div class="last-feature">
|
||||||
<h4><?php _e( 'External Libraries' ); ?></h4>
|
<h4><?php printf( ( '%s tags in themes' ), '<code><title></code>' ); ?></h4>
|
||||||
<p><?php _e( 'Updated libraries: TinyMCE 4.1.3, jQuery 1.11.1, MediaElement 2.15.' ); ?></p>
|
<p><?php
|
||||||
|
printf( ( '%s tells WordPress to handle the complexities of document titles.' ), "<code>add_theme_support( 'title-tag' )</code>" );
|
||||||
|
?></p>
|
||||||
|
|
||||||
|
<h4><?php echo ( 'Developer Reference' ); ?></h4>
|
||||||
|
<p><?php printf( ( 'Continued improvements to inline code documentation have made the <a href="%s">developer reference</a> more complete than ever.' ), 'https://developer.wordpress.org/reference/' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
|
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you focus on your writing, and the new default theme lets you show it off in style.' ), $display_version ); ?></div>
|
||||||
|
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s brings you a smoother writing and management experience.' ), $display_version ); ?></div>
|
<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you focus on your writing, and the new default theme lets you show it off in style.' ), $display_version ); ?></div>
|
||||||
|
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue