[wp-trac] [WordPress Trac] #4208: T_String error on dashboard after
R5346
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 30 01:00:18 GMT 2007
#4208: T_String error on dashboard after R5346
----------------------------+-----------------------------------------------
Reporter: abbaanthony | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
This line was changed in r5346 and started giving a T_String error.
Line 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>
I have fixed this on my system by using the following:
<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>
No idea how to create a patch file on a Windows XP system, but I hope this
will help.
Greg
--
Ticket URL: <http://trac.wordpress.org/ticket/4208>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list