Changeset 38206 for branches/4.6/src/wp-admin/includes/update.php
- Timestamp:
- 08/05/2016 07:29:31 PM (10 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-admin/includes/update.php
r38187 r38206 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">
Note: See TracChangeset
for help on using the changeset viewer.