2011-09-21 19:20:26 -04:00
< ? php
/**
* About This Version administration panel .
*
* @ package WordPress
* @ subpackage Administration
*/
/** WordPress Administration Bootstrap */
require_once ( './admin.php' );
$title = __ ( 'About' );
2011-11-03 19:55:03 -04:00
list ( $display_version ) = explode ( '-' , $wp_version );
2012-01-06 12:53:41 -05:00
include ( ABSPATH . 'wp-admin/admin-header.php' );
2011-09-21 19:20:26 -04:00
?>
2011-11-03 19:13:50 -04:00
< div class = " wrap about-wrap " >
2011-09-21 19:20:26 -04:00
2011-11-23 14:22:46 -05:00
< h1 >< ? php printf ( __ ( 'Welcome to WordPress %s' ), $display_version ); ?> </h1>
2011-09-21 19:20:26 -04:00
2011-11-30 16:34:15 -05:00
< div class = " about-text " >< ? php printf ( __ ( 'Thank you for updating to the latest version! Using WordPress %s will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ), $display_version ); ?> </div>
2011-09-21 19:20:26 -04:00
2011-11-03 19:55:03 -04:00
< div class = " wp-badge " >< ? php printf ( __ ( 'Version %s' ), $display_version ); ?> </div>
2011-11-03 19:13:50 -04:00
< h2 class = " nav-tab-wrapper " >
2011-11-03 19:23:31 -04:00
< a href = " about.php " class = " nav-tab nav-tab-active " >
2011-12-01 18:13:56 -05:00
< ? php _e ( 'What’s New' ); ?>
2011-11-03 19:23:31 -04:00
</ a >< a href = " credits.php " class = " nav-tab " >
2011-11-03 19:13:50 -04:00
< ? php _e ( 'Credits' ); ?>
2011-11-03 19:23:31 -04:00
</ a >< a href = " freedoms.php " class = " nav-tab " >
2011-11-03 19:13:50 -04:00
< ? php _e ( 'Freedoms' ); ?>
</ a >
</ h2 >
2011-09-21 19:20:26 -04:00
< div class = " changelog " >
2012-05-03 21:17:27 -04:00
< h3 >< ? php echo ( 'Customizer' ); ?> </h3>
2011-11-30 23:51:35 -05:00
2011-11-22 16:47:28 -05:00
< div class = " feature-section images-stagger-right " >
2011-11-22 11:07:36 -05:00
< div class = " feature-images " >
2012-01-06 12:53:41 -05:00
< img src = " <?php echo admin_url( 'images/screenshots/media-icon.png' ); ?> " width = " 200 " class = " angled-right " />
< img src = " <?php echo admin_url( 'images/screenshots/drag-and-drop.png' ); ?> " width = " 200 " class = " angled-left " />
2011-11-22 11:07:36 -05:00
</ div >
2011-11-22 16:47:28 -05:00
< div class = " left-feature " >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'All In One Place' ); ?> </h4>
< p >< ? php echo ( 'OMG, this one thing does multiple things, on one screen.' ); ?> </p>
2011-11-03 19:13:50 -04:00
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Live Preview' ); ?> </h4>
< p >< ? php echo ( 'Immediate feedback on what your butchery looks like.' ); ?> </p>
2011-11-22 16:47:28 -05:00
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Commitment Issues?' ); ?> </h4>
< p >< ? php echo ( 'Before activating that new theme, customize and test drive it.' ); ?> </p>
2012-05-03 20:39:28 -04:00
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Variable Height Headers' ); ?> </h4>
< p >< ? php echo ( 'If your theme elects, image headers can be made at variable height and even width. Pick the size that suits you.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
</ div >
</ div >
< div class = " changelog " >
2012-05-03 21:17:27 -04:00
< h3 >< ? php echo ( 'Mobile/Touch' ); ?> </h3>
2011-11-30 23:51:35 -05:00
2011-11-30 16:19:39 -05:00
< div class = " feature-section text-features " >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Drag, Swipe, Tap, Pat, Pat, Pat Happy Little Clouds' ); ?> </h4>
< p >< ? php echo ( 'Engage your fingers with a more touchable admin.' ); ?> </p>
2011-11-30 23:51:35 -05:00
2011-11-30 16:19:39 -05:00
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Size Responsive' ); ?> </h4>
< p >< ? php echo ( 'From mobile to tablet.' ); ?> </p>
2011-11-03 19:13:50 -04:00
</ div >
</ div >
2011-11-30 23:51:35 -05:00
2011-11-30 16:19:39 -05:00
< div class = " feature-section screenshot-features " >
< div class = " angled-left " >
2012-01-06 12:53:41 -05:00
< img src = " <?php echo admin_url( 'images/screenshots/admin-flyouts.png' ); ?> " />
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Blog Anywhere' ); ?> </h4>
< p >< ? php echo ( 'Picture of hipster in cafe criticizing the coffee via his tablet.' ); ?> </p>
2011-11-03 19:13:50 -04:00
</ div >
2011-11-30 16:19:39 -05:00
< div class = " angled-right " >
2012-01-06 12:53:41 -05:00
< img src = " <?php echo admin_url( 'images/screenshots/help-screen.png' ); ?> " />
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Couch Couch Couch!' ); ?> </h4>
< p >< ? php echo ( 'Picture of happy tablet user blogging from couch while watching sitcoms.' ); ?> </p>
2011-11-03 19:13:50 -04:00
</ div >
</ div >
2011-09-21 19:20:26 -04:00
</ div >
< div class = " changelog " >
2012-05-03 21:17:27 -04:00
< h3 >< ? php echo ( 'XML-RPC API' ); ?> </h3>
2011-11-22 11:07:36 -05:00
2012-05-03 20:39:28 -04:00
< div class = " feature-section text-features " >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'In your About page, talking nonsense.' ); ?> </h4>
< p >< ? php echo ( 'Synergy!' ); ?> </p>
2011-11-22 11:07:36 -05:00
2012-05-03 20:39:28 -04:00
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Remote Procedures' ); ?> </h4>
< p >< ? php echo ( 'Want you to call. Do not pretend you lost the number.' ); ?> </p>
2011-11-03 19:13:50 -04:00
</ div >
2011-11-22 11:07:36 -05:00
</ div >
2011-11-30 23:51:35 -05:00
2012-05-03 20:39:28 -04:00
< div class = " feature-section screenshot-features " >
< div class = " angled-left " >
< img src = " <?php echo admin_url( 'images/screenshots/admin-flyouts.png' ); ?> " />
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Mobile Mobile Mobile!' ); ?> </h4>
< p >< ? php echo ( 'Picture of a happy mobile app user (like the one above) who has no idea that his/her phone is engaging in XML-RPC.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
2012-05-03 20:39:28 -04:00
< div class = " angled-right " >
< img src = " <?php echo admin_url( 'images/screenshots/help-screen.png' ); ?> " />
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Armageddon It' ); ?> </h4>
< p >< ? php echo ( 'Picture of a block of XML-RPC API code glimpsed over of the shoulder of a henchman in a lab coat who is getting ready to upload this doomsday snippet to every satellite over the Tri-State Area!' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
</ div >
</ div >
< div class = " changelog " >
2012-05-03 21:17:27 -04:00
< h3 >< ? php echo ( 'Under the Hood' ); ?> </h3>
2011-11-22 11:07:36 -05:00
< div class = " feature-section three-col " >
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Themes API' ); ?> </h4>
< p >< ? php echo ( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, make uses of persistent caching.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Faster Main Query' ); ?> </h4>
< p >< ? php echo ( 'Post query optimized to avoid table scans.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
< div class = " last-feature " >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Custom Header and Backound API' ); ?> </h4>
< p >< ? php echo ( 'Custom header and background API relocated into the theme support API.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
</ div >
< div class = " feature-section three-col " >
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'Faster I18N' ); ?> </h4>
< p >< ? php echo ( 'The number of strings loaded on the front end were greatly reduced, resulting in faster front page load times for I18N users.' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
< div >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'WP_Screen API' ); ?> </h4>
< p >< ? php echo ( 'More methods, more convenience!' ); ?> </p>
2011-11-22 11:07:36 -05:00
</ div >
< div class = " last-feature " >
2012-05-03 21:17:27 -04:00
< h4 >< ? php echo ( 'External Libraries' ); ?> </h4>
< p >< ? php echo ( 'jQuery, jQuery UI, TinyMCE, Plupload, PHPMailer, SimplePie, and other libraries were updated. jQuery UI Touch Punch was introduced.' ); ?> </p>
2011-11-03 19:13:50 -04:00
</ div >
</ div >
2011-11-30 23:51:35 -05:00
2011-09-21 19:20:26 -04:00
</ div >
2011-11-03 19:13:50 -04:00
< div class = " return-to-dashboard " >
2011-11-30 23:38:51 -05:00
< ? php if ( current_user_can ( 'update_core' ) && isset ( $_GET [ 'updated' ] ) ) : ?>
2012-01-06 12:53:41 -05:00
< a href = " <?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?> " >< ? php
2011-11-30 23:38:51 -05:00
is_multisite () ? _e ( 'Return to Updates' ) : _e ( 'Return to Dashboard → Updates' );
?> </a> |
2011-11-23 18:38:36 -05:00
< ? php endif ; ?>
2012-01-06 12:53:41 -05:00
< a href = " <?php echo esc_url( self_admin_url() ); ?> " >< ? php
2012-01-06 13:08:45 -05:00
is_blog_admin () ? _e ( 'Go to Dashboard → Home' ) : _e ( 'Go to Dashboard' ); ?> </a>
2011-11-03 19:13:50 -04:00
</ div >
2011-09-21 19:20:26 -04:00
</ div >
< ? php
2012-01-06 12:53:41 -05:00
include ( ABSPATH . 'wp-admin/admin-footer.php' );
2011-12-01 18:13:56 -05:00
// These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
return ;
_n_noop ( 'Maintenance Release' , 'Maintenance Releases' );
_n_noop ( 'Security Release' , 'Security Releases' );
_n_noop ( 'Maintenance and Security Release' , 'Maintenance and Security Releases' );
/* translators: 1: WordPress version number. */
_n_noop ( '<strong>Version %1$s</strong> addressed a security issue.' ,
'<strong>Version %1$s</strong> addressed some security issues.' );
2011-12-02 12:17:08 -05:00
/* translators: 1: WordPress version number, 2: plural number of bugs. */
_n_noop ( '<strong>Version %1$s</strong> addressed %2$s bug.' ,
2011-12-01 18:13:56 -05:00
'<strong>Version %1$s</strong> addressed %2$s bugs.' );
2011-12-02 12:17:08 -05:00
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
_n_noop ( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.' ,
2011-12-01 18:13:56 -05:00
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' );
2011-12-02 12:17:08 -05:00
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
_n_noop ( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.' ,
2011-12-01 18:13:56 -05:00
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' );
2011-12-02 12:17:08 -05:00
__ ( 'For more information, see <a href="%s">the release notes</a>.' );