Make WordPress Core

Changeset 13948


Ignore:
Timestamp:
04/02/2010 10:46:48 PM (15 years ago)
Author:
nacin
Message:

Add beta testers note to nav menus admin panel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r13830 r13948  
    241241    <?php screen_icon(); ?>
    242242    <h2><?php esc_html_e('Menus'); ?></h2>
     243    <?php /* OMGWTFBBQ */ ?><div class="error"><p><strong><?php _e('Beta Testers:') ?></strong> <?php _e('This feature is still under construction. You can try it out, but expect it to change in layout and functionality in the second beta release.'); ?></p></div>
    243244    <?php echo $messages_div; ?>
    244245    <div class="hide-if-js error"><p><?php _e('You do not have JavaScript enabled in your browser. Please enable it to access the Menus functionality.'); ?></p></div>
Note: See TracChangeset for help on using the changeset viewer.