Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d18ed698
authored
2023-09-12 11:08:37 -0400
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added light orange
1 parent
4c990a4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
wp-content/plugins/tenzing/tenzing.php
wp-content/plugins/tenzing/tenzing.php
View file @
d18ed69
...
...
@@ -230,6 +230,7 @@ class Walker_Nav_Menu_Edit_Custom extends Walker_Nav_Menu
<option
value=
"pink"
<?php
echo
$item
->
custom
==
'pink'
?
'selected'
:
''
;
?>
>
Pink
</option>
<option
value=
"orange"
<?php
echo
$item
->
custom
==
'orange'
?
'selected'
:
''
;
?>
>
Orange
</option>
<option
value=
"brightyellow"
<?php
echo
$item
->
custom
==
'brightyellow'
?
'selected'
:
''
;
?>
>
Bright Yellow
</option>
<option
value=
"light-orange"
<?php
echo
$item
->
custom
==
'light-orange'
?
'selected'
:
''
;
?>
>
Light Orange
</option>
</select>
</label>
</p>
...
...
Please
register
or
sign in
to post a comment