We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e0da8 commit ca41fb4Copy full SHA for ca41fb4
themes/jquery/menu-header.php
@@ -55,12 +55,12 @@ function menu_header_qunitjs_com() {
55
56
function menu_header_jquerymobile_com() {
57
return array(
58
+ 'http://jquerymobile.com/demos/' => 'Demos',
59
'http://api.jquerymobile.com/' => 'API Documentation',
- 'http://jquerymobile.com/download/' => 'Download',
60
- 'http://jquerymobile.com/gbs/' => 'Platforms',
61
'http://jquerymobile.com/themeroller/' => 'Themes',
62
'http://jquerymobile.com/resources/' => 'Resources',
63
'http://blog.jquerymobile.com/' => 'Blog',
+ 'http://jquerymobile.com/about/' => 'About'
64
);
65
}
66
0 commit comments