#4854 closed defect (bug) (worksforme)
Problem with Link Update Updated to revision 5963.
| Reported by: | jcwinnie | Owned by: | Always Invalid |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | Link Update |
| Cc: | Focuses: |
Description
1]; } ?> next_posts_link($nxtlabel); } } } ?> } } ?> _row' ); ?>
appears at top of admin page, under Need Help? and Latest Activity
Deleted update and replaced it with link-update.php from stable and received the following error:
1]; } ?> } } ?>
Fatal error: Cannot redeclare permalink_link() (previously declared in /home/jcwinnie/public_html/wordpress/wp-includes/link-template.php:10) in /home/jcwinnie/public_html/wordpress/wp-includes/deprecated.php on line 483
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
after svn update
1]; } ?> nction wp_admin_css_uri( $file = 'wp-admin' ) { $_file = add_query_arg( 'version', get_bloginfo( 'version' ), get_option( 'siteurl' ) . "/wp-admin/$file.css" ); return apply_filters( 'wp_admin_css_uri', $_file, $file ); } function wp_admin_css( $file = 'wp-admin' ) { echo apply_filters( 'wp_admin_css', "\n", $file ); if ( 'rtl' == get_bloginfo( 'text_direction' ) ) { $rtl = ( 'wp-admin' == $file ) ? 'rtl' : "$file-rtl"; echo apply_filters( 'wp_admin_css', "\n", $rtl ); } } ?> next_posts_link($nxtlabel); } } } ?> } } ?>
Parse error: syntax error, unexpected '}' in /home/jcwinnie/public_html/wordpress/wp-admin/includes/template.php on line 605