Changeset 38241
- Timestamp:
- 08/10/2016 07:05:02 PM (9 years ago)
- Location:
- branches/4.6/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/src/wp-admin/includes/update.php
r38206 r38241 632 632 ?> 633 633 <script id="tmpl-wp-updates-admin-notice" type="text/html"> 634 <div <# if ( data.id ) { #>id="{{ data.id }}"<# } #> class="notice {{ data.className }}"><p>{{ data.message}}</p></div>634 <div <# if ( data.id ) { #>id="{{ data.id }}"<# } #> class="notice {{ data.className }}"><p>{{{ data.message }}}</p></div> 635 635 </script> 636 636 <script id="tmpl-wp-bulk-updates-admin-notice" type="text/html"> -
branches/4.6/src/wp-admin/js/updates.js
r38228 r38241 1609 1609 id: 'unknown_error', 1610 1610 className: 'notice-error is-dismissible', 1611 message: errorMessage1611 message: _.escape( errorMessage ) 1612 1612 } ); 1613 1613
Note: See TracChangeset
for help on using the changeset viewer.