Changeset 43571 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r43569 r43571 178 178 $description .= ' <span>(' . esc_html( $file_show ) . ')</span>'; 179 179 } 180 ?>180 ?> 181 181 <div class="wrap"> 182 182 <h1><?php echo esc_html( $title ); ?></h1> … … 272 272 echo '<div class="error"><p>' . __( 'Oops, no such file exists! Double check the name and try again, merci.' ) . '</p></div>'; 273 273 else : 274 ?>274 ?> 275 275 <form name="template" id="template" action="theme-editor.php" method="post"> 276 276 <?php wp_nonce_field( 'edit-theme_' . $stylesheet . '_' . $relative_file, 'nonce' ); ?> … … 297 297 <?php 298 298 if ( is_writeable( $file ) ) { 299 ?>299 ?> 300 300 <strong><?php _e( 'Caution:' ); ?></strong><?php } ?> 301 301 <?php _e( 'This is a file in your current parent theme.' ); ?> … … 315 315 <?php wp_print_file_editor_templates(); ?> 316 316 </form> 317 <?php317 <?php 318 318 endif; // $error 319 319 ?> … … 332 332 $return_url = admin_url( '/' ); 333 333 } 334 ?>334 ?> 335 335 <div id="file-editor-warning" class="notification-dialog-wrap file-editor-warning hide-if-no-js hidden"> 336 336 <div class="notification-dialog-background"></div> … … 357 357 </div> 358 358 </div> 359 <?php359 <?php 360 360 endif; // editor warning notice 361 361
Note: See TracChangeset
for help on using the changeset viewer.