Changeset 9576
- Timestamp:
- 11/08/2008 11:25:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9556 r9576 38 38 'link' => apply_filters( 'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ), 39 39 'url' => apply_filters( 'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ), 40 'items' => 5,41 'show_date' => 040 'items' => $widget_options['dashboard_incoming_links']['items'], 41 'show_date' => $widget_options['dashboard_incoming_links']['show_date'] 42 42 ); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.