Changeset 43365 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/16/2018 01:49:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r43006 r43365 1100 1100 $hidden = get_hidden_meta_boxes( $screen ); 1101 1101 1102 printf( '<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars( $context ) );1102 printf( '<div id="%s-sortables" class="meta-box-sortables">', esc_attr( $context ) ); 1103 1103 1104 1104 // 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.