Changeset 51177 for trunk/src/wp-admin/media-new.php
- Timestamp:
- 06/17/2021 02:35:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-new.php
r49384 r51177 73 73 <h1><?php echo esc_html( $title ); ?></h1> 74 74 75 <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">75 <form enctype="multipart/form-data" method="post" action="<?php echo esc_url( admin_url( 'media-new.php' ) ); ?>" class="<?php echo esc_attr( $form_class ); ?>" id="file-form"> 76 76 77 77 <?php media_upload_form(); ?>
Note: See TracChangeset
for help on using the changeset viewer.