Make WordPress Core

Changeset 15457


Ignore:
Timestamp:
07/22/2010 01:45:43 PM (14 years ago)
Author:
ryan
Message:

Update wordpress.org blog url

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r13986 r15457  
    7171    <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt>
    7272        <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>
    7474        <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>
    7575    <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt>
  • trunk/wp-admin/includes/dashboard.php

    r14815 r15457  
    6868        $update = true;
    6969        $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/' ) ),
    7272            'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
    7373            'items' => 2,
  • trunk/wp-admin/includes/upgrade.php

    r15374 r15457  
    153153                                'link_notes' => '');
    154154
    155     $default_links[] = array(   'link_url' => 'http://wordpress.org/development/',
     155    $default_links[] = array(   'link_url' => 'http://wordpress.org/news/',
    156156                                'link_name' => 'WordPress Blog',
    157                                 'link_rss' => 'http://wordpress.org/development/feed/',
     157                                'link_rss' => 'http://wordpress.org/news/feed/',
    158158                                'link_notes' => '');
    159159
Note: See TracChangeset for help on using the changeset viewer.