]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/about.php
Wordpress 3.5.2-scripts
[autoinstalls/wordpress.git] / wp-admin / about.php
1 <?php
2 /**
3  * About This Version administration panel.
4  *
5  * @package WordPress
6  * @subpackage Administration
7  */
8
9 /** WordPress Administration Bootstrap */
10 require_once( './admin.php' );
11
12 $title = __( 'About' );
13
14 list( $display_version ) = explode( '-', $wp_version );
15
16 include( ABSPATH . 'wp-admin/admin-header.php' );
17 ?>
18 <div class="wrap about-wrap">
19
20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
21
22 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.' ), $display_version ); ?></div>
23
24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
25
26 <h2 class="nav-tab-wrapper">
27         <a href="about.php" class="nav-tab nav-tab-active">
28                 <?php _e( 'What&#8217;s New' ); ?>
29         </a><a href="credits.php" class="nav-tab">
30                 <?php _e( 'Credits' ); ?>
31         </a><a href="freedoms.php" class="nav-tab">
32                 <?php _e( 'Freedoms' ); ?>
33         </a>
34 </h2>
35
36 <div class="changelog point-releases">
37         <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 2 ); ?></h3>
38         <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
39          '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 12 ), '3.5.2', number_format_i18n( 12 ) ); ?>
40                 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.5.2' ); ?>
41         </p>
42         <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
43          '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 37 ), '3.5.1', number_format_i18n( 37 ) ); ?>
44                 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.5.1' ); ?>
45         </p>
46 </div>
47
48 <div class="changelog">
49         <h3><?php _e( 'New Media Manager' ); ?></h3>
50
51         <div class="feature-section col two-col">
52                 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-media.png' ) ); ?>" class="image-100" />
53
54                 <div>
55                         <h4><?php _e( 'Beautiful Interface' ); ?></h4>
56                         <p><?php _e( 'Adding media has been streamlined with an all-new experience, making it a breeze to upload files and place them into your posts.' ); ?></p>
57                 </div>
58                 <div class="last-feature">
59                         <h4><?php _e( 'Picturesque Galleries' ); ?></h4>
60                         <p><?php _e( 'Creating image galleries is faster with drag and drop reordering, inline caption editing, and simplified controls for layout.' ); ?></p>
61                 </div>
62         </div>
63 </div>
64
65 <div class="changelog">
66         <h3><?php _e( 'New Default Theme' ); ?></h3>
67
68         <div class="feature-section images-stagger-right">
69                 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-twenty-twelve.png' ) ); ?>" class="image-66" />
70                 <h4><?php _e( 'Introducing Twenty Twelve' ); ?></h4>
71                 <p><?php _e( 'The newest default theme for WordPress is simple, flexible, and elegant.' ); ?></p>
72                 <p><?php _e( 'What makes it really shine are the design details, like the gorgeous Open Sans typeface and a fully responsive design that looks great on any device.' ); ?></p>
73                 <p><?php _e( 'Naturally, Twenty Twelve supports all the theme features you’ve come to know and love, but it is also designed to be as great for a website as it is for a blog.' ); ?></p>
74         </div>
75 </div>
76
77 <div class="changelog">
78         <h3><?php _e( 'Retina Ready' ); ?></h3>
79
80         <div class="feature-section images-stagger-right">
81                 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-retina.png' ) ); ?>" class="image-66" />
82                 <h4><?php _e( 'So Sharp You Can&#8217;t See the Pixels' ); ?></h4>
83                 <p><?php _e( 'The WordPress dashboard now looks beautiful on high-resolution screens like those found on the iPad, Kindle Fire HD, Nexus 10, and MacBook Pro with Retina Display. Icons and other visual elements are crystal clear and full of detail.' ); ?></p>
84         </div>
85 </div>
86
87 <div class="changelog">
88         <h3><?php _e( 'Smoother Experience' ); ?></h3>
89
90         <div class="feature-section images-stagger-right">
91                 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30" />
92                 <h4><?php _e( 'Better Accessibility' ); ?></h4>
93                 <p><?php _e( 'WordPress supports more usage modes than ever before. Screenreaders, touch devices, and mouseless workflows all have improved ease of use and accessibility.' ); ?></p>
94
95                 <h4><?php _e( 'More Polish' ); ?></h4>
96                 <p><?php _e( 'A number of screens and controls have been refined. For example, a new color picker makes it easier for you to choose that perfect shade of blue.' ); ?></p>
97         </div>
98 </div>
99
100 <div class="changelog">
101         <h3><?php _e( 'Under the Hood' ); ?></h3>
102
103         <div class="feature-section col three-col">
104                 <div>
105                         <h4><?php _e( 'Meta Query Additions' ); ?></h4>
106                         <p><?php _e( 'The <code>WP_Comment_Query</code> and <code>WP_User_Query</code> classes now support meta queries just like <code>WP_Query.</code> Meta queries now support querying for objects without a particular meta key.' ); ?></p>
107                 </div>
108                 <div>
109                         <h4><?php _e( 'Post Objects' ); ?></h4>
110                         <p><?php _e( 'Post objects are now instances of a <code>WP_Post</code> class, which improves performance by loading selected properties on demand.' ); ?></p>
111                 </div>
112                 <div class="last-feature">
113                         <h4><?php _e( 'Image Editing API' ); ?></h4>
114                         <p><?php _e( 'The <code>WP_Image_Editor</code> class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?></p>
115                 </div>
116         </div>
117
118         <div class="feature-section col three-col">
119                 <div>
120                         <h4><?php _e( 'Multisite Improvements' ); ?></h4>
121                         <p><?php _e( '<code>switch_to_blog()</code> is now significantly faster and more reliable.' ); ?></p>
122                 </div>
123                 <div>
124                         <h4><?php _e( 'XML-RPC API' ); ?></h4>
125                         <p><?php printf( __( 'The <a href="%s">WordPress API</a> is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p>
126                 </div>
127                 <div class="last-feature">
128                         <h4><?php _e( 'External Libraries' ); ?></h4>
129                         <p><?php printf( __( 'WordPress now includes the <a href="%1$s">Underscore</a> and <a href="%2$s">Backbone</a> JavaScript libraries. TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?></p>
130                 </div>
131         </div>
132 </div>
133
134 <div class="return-to-dashboard">
135         <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
136         <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php
137                 is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' );
138         ?></a> |
139         <?php endif; ?>
140         <a href="<?php echo esc_url( self_admin_url() ); ?>"><?php
141                 is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
142 </div>
143
144 </div>
145 <?php
146
147 include( ABSPATH . 'wp-admin/admin-footer.php' );
148
149 // These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
150 return;
151
152 _n_noop( 'Maintenance Release', 'Maintenance Releases' );
153 _n_noop( 'Security Release', 'Security Releases' );
154 _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases' );
155
156 /* translators: 1: WordPress version number. */
157 _n_noop( '<strong>Version %1$s</strong> addressed a security issue.',
158          '<strong>Version %1$s</strong> addressed some security issues.' );
159
160 /* translators: 1: WordPress version number, 2: plural number of bugs. */
161 _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.',
162          '<strong>Version %1$s</strong> addressed %2$s bugs.' );
163
164 /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
165 _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
166          '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' );
167
168 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
169 _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
170          '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' );
171
172 __( 'For more information, see <a href="%s">the release notes</a>.' );