Make WordPress Core


Ignore:
Timestamp:
04/12/2012 10:16:51 PM (14 years ago)
Author:
koopersmith
Message:

Manage Themes: Improved separators (markup/styles) for current theme options menu. see #20403.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r20458 r20459  
    152152        }
    153153    }
    154     echo implode ( ' | ', $options );
    155 ?></div>
     154
     155    ?>
     156    <ul>
     157        <?php foreach ( $options as $option ) : ?>
     158            <li><?php echo $option; ?></li>
     159        <?php endforeach; ?>
     160    </ul>
     161</div>
    156162
    157163</div>
Note: See TracChangeset for help on using the changeset viewer.