Changeset 5347
- Timestamp:
- 04/30/2007 02:28:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r5346 r5347 11 11 if ( isset($rss->items) && 1 < count($rss->items) ) { // Technorati returns a 1-item feed when it has no results 12 12 ?> 13 <h3><?php _e('Incoming Links'); ?> <cite><a href="<?php echo apply_filters( 'dashboard_incoming_links_link', 'http://www.technorati.com/search/ <?php echo trailingslashit(get_option('home')); ?>?partner=wordpress' ); ?>"><?php _e('More »'); ?></a></cite></h3>13 <h3><?php _e('Incoming Links'); ?> <cite><a href="<?php echo apply_filters( 'dashboard_incoming_links_link', 'http://www.technorati.com/search/'. trailingslashit(get_option('home')) .'?partner=wordpress' ); ?>"><?php _e('More »'); ?></a></cite></h3> 14 14 <ul> 15 15 <?php
Note: See TracChangeset
for help on using the changeset viewer.