Make WordPress Core

Changeset 21966


Ignore:
Timestamp:
09/24/2012 04:05:40 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 for the 3.4 branch.

Location:
branches/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-admin/themes.php

    r21139 r21966  
    194194                        <?php endforeach; ?>
    195195                </ul>
     196                <?php
     197                endif; // options
     198                ?>
    196199        </div>
    197200        <?php
    198                 endif; // options
    199201        endif; // options || edit_theme_options
    200202        ?>
  • branches/3.4/wp-includes/version.php

    r21779 r21966  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.4.2';
     7$wp_version = '3.4.3-alpha';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.