Mark links to wordpress.org resources for translation. Props SergeyBiryukov. see #18197
git-svn-id: https://develop.svn.wordpress.org/trunk@19102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e754641764
commit
c8ae4ba953
@ -122,7 +122,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
|||||||
'parent' => 'wp-logo-secondary',
|
'parent' => 'wp-logo-secondary',
|
||||||
'id' => 'wporg',
|
'id' => 'wporg',
|
||||||
'title' => __('WordPress.org'),
|
'title' => __('WordPress.org'),
|
||||||
'href' => 'http://wordpress.org',
|
'href' => __('http://wordpress.org'),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Add codex link
|
// Add codex link
|
||||||
@ -130,7 +130,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
|||||||
'parent' => 'wp-logo-secondary',
|
'parent' => 'wp-logo-secondary',
|
||||||
'id' => 'documentation',
|
'id' => 'documentation',
|
||||||
'title' => __('Documentation'),
|
'title' => __('Documentation'),
|
||||||
'href' => 'http://codex.wordpress.org',
|
'href' => __('http://codex.wordpress.org'),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Add forums link
|
// Add forums link
|
||||||
@ -138,7 +138,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
|||||||
'parent' => 'wp-logo-secondary',
|
'parent' => 'wp-logo-secondary',
|
||||||
'id' => 'support-forums',
|
'id' => 'support-forums',
|
||||||
'title' => __('Support Forums'),
|
'title' => __('Support Forums'),
|
||||||
'href' => 'http://wordpress.org/support/',
|
'href' => __('http://wordpress.org/support/'),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
// Add feedback link
|
// Add feedback link
|
||||||
@ -146,7 +146,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
|||||||
'parent' => 'wp-logo-secondary',
|
'parent' => 'wp-logo-secondary',
|
||||||
'id' => 'feedback',
|
'id' => 'feedback',
|
||||||
'title' => __('Feedback'),
|
'title' => __('Feedback'),
|
||||||
'href' => 'http://wordpress.org/support/forum/requests-and-feedback',
|
'href' => __('http://wordpress.org/support/forum/requests-and-feedback'),
|
||||||
) );
|
) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user