PluginProbe
Nested Pages / 1.1.2
Nested Pages v1.1.2
3.3.1 3.2.15 3.2.14 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 All 106 releases
wp-nested-pages / views / settings.php
settings.php
17 lines 679 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap">
2 <h1><?php _e('Nested Pages Settings', 'nestedpages'); ?></h1>
3
4 <form method="post" enctype="multipart/form-data" action="options.php">
5 <table class="form-table">
6 <?php settings_fields( 'nestedpages-general' ); ?>
7 <tr valign="top">
8 <th scope="row"><?php _e('Menu Name', 'nestedpages'); ?></th>
9 <td>
10 <input type="text" name="nestedpages_menu" id="nestedpages_menu" value="<?php echo $menu_name; ?>">
11 <p><em><?php _e('Important: Once the menu name has changed, theme files should be updated to reference the new name.', 'nestedpages'); ?></em></p>
12 </td>
13 </tr>
14 </table>
15 <?php submit_button(); ?>
16 </form>
17 </div><!-- .wrap -->