Skip to content

Commit

Permalink
Code cleanup. fwp_option_box_opener() and fwp_option_box_closer() app…
Browse files Browse the repository at this point in the history
…ear to be orphans, used in an earlier phase of the interface code but no longer used for anything.
  • Loading branch information
Rad Geek committed Oct 27, 2017
1 parent 5107449 commit 0d5eadd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions admin-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ function fwp_authors_single_submit ($link = NULL) {
<?php
}

function fwp_option_box_opener ($legend, $id, $class = "stuffbox") {
?>
<div id="<?php print $id; ?>" class="<?php print $class; ?>">
<h3><?php print htmlspecialchars($legend); ?></h3>
<div class="inside">
<?php
}

function fwp_option_box_closer () {
?>
</div> <!-- class="inside" -->
</div> <!-- class="stuffbox" -->
<?php
}

function fwp_tags_box ($tags, $object, $params = array()) {
$params = wp_parse_args($params, array( // Default values
'taxonomy' => 'post_tag',
Expand Down

0 comments on commit 0d5eadd

Please sign in to comment.