URLs should be trailing-slashed. fixes #19427.

git-svn-id: https://develop.svn.wordpress.org/trunk@19610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-12-20 21:27:32 +00:00
parent 967eebcb17
commit 0180cd8072
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
'parent' => 'wp-logo-external',
'id' => 'wporg',
'title' => __('WordPress.org'),
'href' => __('http://wordpress.org'),
'href' => __('http://wordpress.org/'),
) );
// Add codex link
@ -104,7 +104,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
'parent' => 'wp-logo-external',
'id' => 'documentation',
'title' => __('Documentation'),
'href' => __('http://codex.wordpress.org'),
'href' => __('http://codex.wordpress.org/'),
) );
// Add forums link