Changeset 3982 for branches/2.0/wp-admin/edit-page-form.php
- Timestamp:
- 07/05/2006 08:21:45 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/edit-page-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-page-form.php
r3933 r3982 38 38 39 39 <script type="text/javascript"> 40 <!-- 40 // <![CDATA[ 41 41 function focusit() { // focus on first input field 42 42 document.post.title.focus(); 43 43 } 44 44 addLoadEvent(focusit); 45 // -->45 // ]]> 46 46 </script> 47 47 <div id="poststuff"> … … 75 75 76 76 <?php if ( 0 != count( get_page_templates() ) ) { ?> 77 <fieldset id="page parent" class="dbx-box">77 <fieldset id="pagetemplate" class="dbx-box"> 78 78 <h3 class="dbx-handle"><?php _e('Page Template:') ?></h3> 79 79 <div class="dbx-content"><p><select name="page_template">
Note: See TracChangeset
for help on using the changeset viewer.