Make WordPress Core

Changeset 3201


Ignore:
Timestamp:
11/23/2005 07:28:46 AM (19 years ago)
Author:
matt
Message:

Forgot this wasn't in there, it's been incredibly helpful on WP.com

File:
1 edited

Legend:

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

    r2869 r3201  
    113113</div>
    114114
     115<h3><?php _e('Welcome to WordPress'); ?></h3>
     116
     117<p><?php _e('Use these links to get started:'); ?></p>
     118
     119<ul>
     120<li><a href="post.php"><?php _e('Write a post'); ?></a></li>
     121<li><a href="profile.php"><?php _e('Update your profile or change your password'); ?></a></li>
     122<li><a href="link-add.php"><?php _e('Add a link to your blogroll'); ?></a></li>
     123<li><a href="themes.php"><?php _e('Change your site&#8217;s look or theme'); ?></a></li>
     124</ul>
     125
    115126<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>
    116127<?php
Note: See TracChangeset for help on using the changeset viewer.