Changeset 43366
- Timestamp:
- 06/16/2018 01:54:50 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/template.php
r42147 r43366 1019 1019 $hidden = get_hidden_meta_boxes( $screen ); 1020 1020 1021 printf( '<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context));1021 printf( '<div id="%s-sortables" class="meta-box-sortables">', esc_attr( $context ) ); 1022 1022 1023 1023 // Grab the ones the user has manually sorted. Pull them out of their previous context/priority and into the one the user chose
Note: See TracChangeset
for help on using the changeset viewer.