From 16a239538024107f87253af881fc769ce09a4f67 Mon Sep 17 00:00:00 2001 From: Igor Stepanov Date: Thu, 28 Jan 2016 20:23:48 +0300 Subject: [PATCH] codeorigin.jquery.com: Add PEP link to menu --- themes/jquery/menu-header.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/jquery/menu-header.php b/themes/jquery/menu-header.php index 213f105a..8125f9ed 100644 --- a/themes/jquery/menu-header.php +++ b/themes/jquery/menu-header.php @@ -39,7 +39,8 @@ function menu_header_codeorigin_jquery_com() { '/ui/' => 'jQuery UI', '/mobile/' => 'jQuery Mobile', '/color/' => 'jQuery Color', - '/qunit/' => 'QUnit' + '/qunit/' => 'QUnit', + '/pep/' => 'PEP' ); }