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:
parent
967eebcb17
commit
0180cd8072
|
@ -96,7 +96,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
||||||
'parent' => 'wp-logo-external',
|
'parent' => 'wp-logo-external',
|
||||||
'id' => 'wporg',
|
'id' => 'wporg',
|
||||||
'title' => __('WordPress.org'),
|
'title' => __('WordPress.org'),
|
||||||
'href' => __('http://wordpress.org'),
|
'href' => __('http://wordpress.org/'),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Add codex link
|
// Add codex link
|
||||||
|
@ -104,7 +104,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
||||||
'parent' => 'wp-logo-external',
|
'parent' => 'wp-logo-external',
|
||||||
'id' => 'documentation',
|
'id' => 'documentation',
|
||||||
'title' => __('Documentation'),
|
'title' => __('Documentation'),
|
||||||
'href' => __('http://codex.wordpress.org'),
|
'href' => __('http://codex.wordpress.org/'),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Add forums link
|
// Add forums link
|
||||||
|
|
Loading…
Reference in New Issue