Make WordPress Core


Ignore:
Timestamp:
11/03/2011 11:23:31 PM (14 years ago)
Author:
nacin
Message:

Add about.php text/tabs to credits.php and freedoms.php. (Caution: Styles may settle during shipping.) see #18742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r19121 r19136  
    8181include( './admin-header.php' );
    8282?>
    83 <div class="wrap">
    84 <?php screen_icon(); ?>
    85 <h2><?php _e( 'WordPress Credits' ); ?></h2>
     83<div class="wrap about-wrap">
     84
     85<h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1>
     86
     87<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>
     88
     89<div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div>
     90
     91<h2 class="nav-tab-wrapper">
     92    <a href="about.php" class="nav-tab">
     93        <?php _e( 'What&#8217;s New in 3.3' ); ?>
     94    </a><a href="credits.php" class="nav-tab nav-tab-active">
     95        <?php _e( 'Credits' ); ?>
     96    </a><a href="freedoms.php" class="nav-tab">
     97        <?php _e( 'Freedoms' ); ?>
     98    </a>
     99</h2>
    86100
    87101<?php
Note: See TracChangeset for help on using the changeset viewer.