Changeset 43880
- Timestamp:
- 11/09/2018 08:32:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/post.php
r43861 r43880 2066 2066 </form> 2067 2067 <?php foreach ( $locations as $location ) : ?> 2068 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" >2068 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;"> 2069 2069 <div id="poststuff" class="sidebar-open"> 2070 2070 <div id="postbox-container-2" class="postbox-container">
Note: See TracChangeset
for help on using the changeset viewer.