Ticket #19427: 19427.diff
File 19427.diff, 704 bytes (added by , 13 years ago) |
---|
-
wp-includes/admin-bar.php
96 96 'parent' => 'wp-logo-external', 97 97 'id' => 'wporg', 98 98 'title' => __('WordPress.org'), 99 'href' => __('http://wordpress.org '),99 'href' => __('http://wordpress.org/'), 100 100 ) ); 101 101 102 102 // Add codex link … … 104 104 'parent' => 'wp-logo-external', 105 105 'id' => 'documentation', 106 106 'title' => __('Documentation'), 107 'href' => __('http://codex.wordpress.org '),107 'href' => __('http://codex.wordpress.org/'), 108 108 ) ); 109 109 110 110 // Add forums link