mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
URLs should be trailing-slashed. fixes #19427.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e8b954fe7d
commit
827f57ce22
@ -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
Block a user