Make WordPress Core


Ignore:
Timestamp:
09/19/2006 06:11:42 AM (18 years ago)
Author:
matt
Message:

Options cleanup and some styling changes.

File:
1 edited

Legend:

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

    r4130 r4196  
    1111<div class="wrap">
    1212
    13 <h2><?php _e('Dashboard'); ?></h2>
     13<h2><?php _e('Welcome to WordPress'); ?></h2>
    1414
    1515<div id="zeitgeist">
     
    114114</div>
    115115
    116 <h3><?php _e('Welcome to WordPress'); ?></h3>
    117 
    118116<p><?php _e('Use these links to get started:'); ?></p>
    119117
     
    130128<?php endif; ?>
    131129</ul>
    132 
    133 <p><?php _e("Below is the latest news from the official WordPress development blog, click on a title to read the full entry. If you need help with WordPress please see our <a href='http://codex.wordpress.org/'>great documentation</a> or if that doesn't help visit the <a href='http://wordpress.org/support/'>support forums</a>."); ?></p>
     130<p><?php _e("Need help with WordPress? Please see our <a href='http://codex.wordpress.org/'>documentation</a> or visit the <a href='http://wordpress.org/support/'>support forums</a>."); ?></p>
    134131<?php
    135132$rss = @fetch_rss('http://wordpress.org/development/feed/');
    136133if ( isset($rss->items) && 0 != count($rss->items) ) {
    137134?>
    138 <h3><?php _e('WordPress Development Blog'); ?></h3>
     135<h3><?php _e('WordPress Development News'); ?></h3>
    139136<?php
    140137$rss->items = array_slice($rss->items, 0, 3);
Note: See TracChangeset for help on using the changeset viewer.