Pārlūkot izejas kodu

changed link to wp candy until themble is back online

Eddie Machado 11 gadi atpakaļ
vecāks
revīzija
e4d82364f4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      library/admin.php

+ 1 - 1
library/admin.php

@@ -62,7 +62,7 @@ http://digwp.com/2010/10/customize-wordpress-dashboard/
 function bones_rss_dashboard_widget() {
 	if ( function_exists( 'fetch_feed' ) ) {
 		// include_once( ABSPATH . WPINC . '/feed.php' );               // include the required file
-		$feed = fetch_feed( 'http://themble.com/feed/rss/' );        // specify the source feed
+		$feed = fetch_feed( 'http://feeds.feedburner.com/wpcandy' );        // specify the source feed
 		$limit = $feed->get_item_quantity(7);                        // specify number of items
 		$items = $feed->get_items(0, $limit);                        // create an array of items
 	}