changeset 5 | 5e2f62d02dcd |
parent 0 | d970ebf37754 |
child 7 | cf61fcea0001 |
4:346c88efed21 | 5:5e2f62d02dcd |
---|---|
17 ?> |
17 ?> |
18 <div class="wrap about-wrap"> |
18 <div class="wrap about-wrap"> |
19 |
19 |
20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> |
20 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> |
21 |
21 |
22 <div class="about-text"><?php echo str_replace( '3.7', $display_version, __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we’re okay with that.' ) ); ?></div> |
22 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you communicate and share, globally.' ), $display_version ); ?></div> |
23 |
23 |
24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> |
24 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div> |
25 |
25 |
26 <h2 class="nav-tab-wrapper"> |
26 <h2 class="nav-tab-wrapper"> |
27 <a href="about.php" class="nav-tab"> |
27 <a href="about.php" class="nav-tab"> |
31 </a><a href="freedoms.php" class="nav-tab nav-tab-active"> |
31 </a><a href="freedoms.php" class="nav-tab nav-tab-active"> |
32 <?php _e( 'Freedoms' ); ?> |
32 <?php _e( 'Freedoms' ); ?> |
33 </a> |
33 </a> |
34 </h2> |
34 </h2> |
35 |
35 |
36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http://wordpress.org/about/license/' ); ?></p> |
36 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'https://wordpress.org/about/license/' ); ?></p> |
37 |
37 |
38 <ol start="0"> |
38 <ol start="0"> |
39 <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> |
39 <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> |
40 <li><p><?php _e( 'You have access to the source code, the freedom to study how the program works, and the freedom to change it to make it do what you wish.' ); ?></p></li> |
40 <li><p><?php _e( 'You have access to the source code, the freedom to study how the program works, and the freedom to change it to make it do what you wish.' ); ?></p></li> |
41 <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li> |
41 <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li> |
44 |
44 |
45 <p><?php printf( __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ), 'http://wordpressfoundation.org/trademark-policy/' ); ?></p> |
45 <p><?php printf( __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ), 'http://wordpressfoundation.org/trademark-policy/' ); ?></p> |
46 |
46 |
47 <p><?php |
47 <p><?php |
48 |
48 |
49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'http://wordpress.org/plugins/'; |
49 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'https://wordpress.org/plugins/'; |
50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'http://wordpress.org/themes/'; |
50 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'https://wordpress.org/themes/'; |
51 |
51 |
52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'http://wordpress.org/about/license/' ); ?></p> |
52 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); ?></p> |
53 |
53 |
54 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="http://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> |
54 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="http://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> |
55 |
55 |
56 </div> |
56 </div> |
57 <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?> |
57 <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?> |