Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
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
d1749c3b
authored
2011-06-28 14:15:26 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed select fn bug. fixes #1216
1 parent
5c0b1928
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/HTML/HTML.php
com/HTML/HTML.php
View file @
d1749c3
<?php
namespace
Tz\WordPress\Tools\HTML
;
function
select_opts
(
Array
$options
,
$selected
=
null
,
$echo
=
fals
e
)
{
function
select_opts
(
Array
$options
,
$selected
=
null
,
$echo
=
tru
e
)
{
$return
=
''
;
foreach
(
$options
as
$val
=>
&
$label
)
{
...
...
Please
register
or
sign in
to post a comment