Changeset 38226
- Timestamp:
- 08/09/2016 09:08:13 AM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-admin/includes/template.php
r38028 r38226 1031 1031 1032 1032 if ( is_array( $box[ 'args' ] ) && isset( $box[ 'args' ][ '__widget_basename' ] ) ) { 1033 $widget_title = esc_html( $box[ 'args' ][ '__widget_basename' ] );1033 $widget_title = $box[ 'args' ][ '__widget_basename' ]; 1034 1034 // Do not pass this parameter to the user callback function. 1035 1035 unset( $box[ 'args' ][ '__widget_basename' ] );
Note: See TracChangeset
for help on using the changeset viewer.