Changeset 32974 for trunk/src/wp-admin/media-new.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-new.php
r32116 r32974 66 66 ?> 67 67 <div class="wrap"> 68 <h 2><?php echo esc_html( $title ); ?></h2>68 <h1><?php echo esc_html( $title ); ?></h1> 69 69 70 70 <form enctype="multipart/form-data" method="post" action="<?php echo admin_url('media-new.php'); ?>" class="<?php echo esc_attr( $form_class ); ?>" id="file-form">
Note: See TracChangeset
for help on using the changeset viewer.