Changeset 15457 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 07/22/2010 01:45:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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,
Note: See TracChangeset
for help on using the changeset viewer.