Make WordPress Core

Changeset 21965


Ignore:
Timestamp:
09/24/2012 04:03:15 AM (14 years ago)
Author:
nacin
Message:

Fix nesting on themes.php when there are no options links to display for the current theme. props sterlo. fixes #21980.

File:
1 edited

Legend:

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

    r21817 r21965  
    199199                        <?php endforeach; ?>
    200200                </ul>
     201                <?php
     202                endif; // options
     203                ?>
    201204        </div>
    202205        <?php
    203                 endif; // options
    204206        endif; // options || edit_theme_options
    205207        ?>
Note: See TracChangeset for help on using the changeset viewer.