Changeset 4196 for trunk/wp-admin/index.php
- Timestamp:
- 09/19/2006 06:11:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r4130 r4196 11 11 <div class="wrap"> 12 12 13 <h2><?php _e(' Dashboard'); ?></h2>13 <h2><?php _e('Welcome to WordPress'); ?></h2> 14 14 15 15 <div id="zeitgeist"> … … 114 114 </div> 115 115 116 <h3><?php _e('Welcome to WordPress'); ?></h3>117 118 116 <p><?php _e('Use these links to get started:'); ?></p> 119 117 … … 130 128 <?php endif; ?> 131 129 </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> 134 131 <?php 135 132 $rss = @fetch_rss('http://wordpress.org/development/feed/'); 136 133 if ( isset($rss->items) && 0 != count($rss->items) ) { 137 134 ?> 138 <h3><?php _e('WordPress Development Blog'); ?></h3>135 <h3><?php _e('WordPress Development News'); ?></h3> 139 136 <?php 140 137 $rss->items = array_slice($rss->items, 0, 3);
Note: See TracChangeset
for help on using the changeset viewer.