Changeset 38240
- Timestamp:
- 08/10/2016 07:02:09 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r38205 r38240 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"> -
trunk/src/wp-admin/js/updates.js
r38227 r38240 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.