Add beta testers note to nav menus admin panel.
git-svn-id: https://develop.svn.wordpress.org/trunk@13948 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a7ef69777b
commit
ca8c935b10
|
@ -240,6 +240,7 @@ require_once( 'admin-header.php' );
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php screen_icon(); ?>
|
<?php screen_icon(); ?>
|
||||||
<h2><?php esc_html_e('Menus'); ?></h2>
|
<h2><?php esc_html_e('Menus'); ?></h2>
|
||||||
|
<?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>
|
||||||
<?php echo $messages_div; ?>
|
<?php echo $messages_div; ?>
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue