Add about.php text/tabs to credits.php and freedoms.php. (Caution: Styles may settle during shipping.) see #18742.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8576e8d07f
commit
230d3d62ce
|
@ -207,16 +207,16 @@ include( './admin-header.php' );
|
||||||
|
|
||||||
<h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1>
|
<h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1>
|
||||||
|
|
||||||
<div class="about-text">WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.</div>
|
<div class="about-text"><?php _e( 'WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.' ); ?></div>
|
||||||
|
|
||||||
<div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div>
|
<div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div>
|
||||||
|
|
||||||
<h2 class="nav-tab-wrapper">
|
<h2 class="nav-tab-wrapper">
|
||||||
<a href="#" class="nav-tab nav-tab-active">
|
<a href="about.php" class="nav-tab nav-tab-active">
|
||||||
<?php _e( 'What’s New in 3.3' ); ?>
|
<?php _e( 'What’s New in 3.3' ); ?>
|
||||||
</a><a href="#" class="nav-tab">
|
</a><a href="credits.php" class="nav-tab">
|
||||||
<?php _e( 'Credits' ); ?>
|
<?php _e( 'Credits' ); ?>
|
||||||
</a><a href="#" class="nav-tab">
|
</a><a href="freedoms.php" class="nav-tab">
|
||||||
<?php _e( 'Freedoms' ); ?>
|
<?php _e( 'Freedoms' ); ?>
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -80,9 +80,23 @@ function _wp_credits_build_object_link( &$data ) {
|
||||||
|
|
||||||
include( './admin-header.php' );
|
include( './admin-header.php' );
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div class="wrap about-wrap">
|
||||||
<?php screen_icon(); ?>
|
|
||||||
<h2><?php _e( 'WordPress Credits' ); ?></h2>
|
<h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1>
|
||||||
|
|
||||||
|
<div class="about-text"><?php _e( 'WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.' ); ?></div>
|
||||||
|
|
||||||
|
<div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div>
|
||||||
|
|
||||||
|
<h2 class="nav-tab-wrapper">
|
||||||
|
<a href="about.php" class="nav-tab">
|
||||||
|
<?php _e( 'What’s New in 3.3' ); ?>
|
||||||
|
</a><a href="credits.php" class="nav-tab nav-tab-active">
|
||||||
|
<?php _e( 'Credits' ); ?>
|
||||||
|
</a><a href="freedoms.php" class="nav-tab">
|
||||||
|
<?php _e( 'Freedoms' ); ?>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,23 @@ $parent_file = 'index.php';
|
||||||
|
|
||||||
include( './admin-header.php' );
|
include( './admin-header.php' );
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div class="wrap about-wrap">
|
||||||
<?php screen_icon(); ?>
|
|
||||||
<h2><?php _e( 'Freedoms' ); ?></h2>
|
<h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1>
|
||||||
|
|
||||||
|
<div class="about-text"><?php _e( 'WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.' ); ?></div>
|
||||||
|
|
||||||
|
<div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div>
|
||||||
|
|
||||||
|
<h2 class="nav-tab-wrapper">
|
||||||
|
<a href="about.php" class="nav-tab">
|
||||||
|
<?php _e( 'What’s New in 3.3' ); ?>
|
||||||
|
</a><a href="credits.php" class="nav-tab">
|
||||||
|
<?php _e( 'Credits' ); ?>
|
||||||
|
</a><a href="freedoms.php" class="nav-tab nav-tab-active">
|
||||||
|
<?php _e( 'Freedoms' ); ?>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<p><?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>
|
<p><?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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue