Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4854 closed defect (bug) (worksforme)

Problem with Link Update Updated to revision 5963.

Reported by: jcwinnie's profile jcwinnie Owned by: always-invalid's profile Always Invalid
Milestone: Priority: normal
Severity: normal Version: 2.3
Component: Administration Keywords: Link Update
Focuses: Cc:

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)

#1 @jcwinnie
17 years ago

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

#2 @DD32
17 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

See my comment on #4850

#3 @Nazgul
17 years ago

  • Milestone 2.3 deleted
Note: See TracTickets for help on using tickets.