Changeset 15457
- Timestamp:
- 07/22/2010 01:45:43 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.html
r13986 r15457 71 71 <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt> 72 72 <dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd> 73 <dt><a href="http://wordpress.org/ development/">The WordPress Blog</a></dt>73 <dt><a href="http://wordpress.org/news/">The WordPress Blog</a></dt> 74 74 <dd>This is where you'll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd> 75 75 <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt> -
trunk/wp-admin/includes/dashboard.php
r14815 r15457 68 68 $update = true; 69 69 $widget_options['dashboard_primary'] = array( 70 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/ development/' ) ),71 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/ development/feed/' ) ),70 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ), 71 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ), 72 72 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ), 73 73 'items' => 2, -
trunk/wp-admin/includes/upgrade.php
r15374 r15457 153 153 'link_notes' => ''); 154 154 155 $default_links[] = array( 'link_url' => 'http://wordpress.org/ development/',155 $default_links[] = array( 'link_url' => 'http://wordpress.org/news/', 156 156 'link_name' => 'WordPress Blog', 157 'link_rss' => 'http://wordpress.org/ development/feed/',157 'link_rss' => 'http://wordpress.org/news/feed/', 158 158 'link_notes' => ''); 159 159
Note: See TracChangeset
for help on using the changeset viewer.