Ticket #22489: page_on_front.diff
| File page_on_front.diff, 740 bytes (added by , 13 years ago) |
|---|
-
wp-admin/options-reading.php
153 153 <?php endif; ?> 154 154 <?php endif; ?> 155 155 <?php if ( current_user_can( 'create_posts', 'page' ) ) : ?> 156 <input name="page_on_front_title" type="text" id="page_on_front_title" value="<?php echo esc_attr_x( 'Home', 'default page on front title' ); ?>" /> 156 <input name="page_on_front_title" type="text" id="page_on_front_title" value="<?php echo esc_attr_x( 'Home', 'default page on front title' ); ?>" /><input name="page_on_front" type="hidden" id="page_on_front" value="new" /> 157 157 </label> 158 158 <?php endif; ?> 159 159 </p>