Skip to content

Commit 7bb48c4

Browse files
committed
irc.jquery.org: Add IRC specific menu header items
1 parent 126fffe commit 7bb48c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/jquery/menu-header.php

+7
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ function menu_header_contribute_jquery_org() {
106106
);
107107
}
108108

109+
function menu_header_irc_jquery_org() {
110+
return array(
111+
'http://irc.jquery.org/irc-help' => 'IRC Help',
112+
'http://jquery.org/meeting/' => 'Meetings',
113+
);
114+
}
115+
109116
/*
110117
* Avert your eyes.
111118
*/

0 commit comments

Comments
 (0)