Changeset 44240
- Timestamp:
- 12/16/2018 10:26:30 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43880
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/post.php
r44224 r44240 2211 2211 </form> 2212 2212 <?php foreach ( $locations as $location ) : ?> 2213 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" >2213 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;"> 2214 2214 <div id="poststuff" class="sidebar-open"> 2215 2215 <div id="postbox-container-2" class="postbox-container">
Note: See TracChangeset
for help on using the changeset viewer.