Changeset 38788 for trunk/src/wp-admin/themes.php
- Timestamp:
- 10/14/2016 01:32:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r38722 r38788 379 379 380 380 <# if ( data.hasUpdate ) { #> 381 <div class="update-message notice inline notice-warning notice-alt"><p><?php _e( 'New version available. <button class="button-link" type="button">Update now</button>' ); ?></p></div> 381 <# if ( data.hasPackage ) { #> 382 <div class="update-message notice inline notice-warning notice-alt"><p><?php _e( 'New version available. <button class="button-link" type="button">Update now</button>' ); ?></p></div> 383 <# } else { #> 384 <div class="update-message notice inline notice-warning notice-alt"><p><?php _e( 'New version available.' ); ?></p></div> 385 <# } #> 382 386 <# } #> 383 387
Note: See TracChangeset
for help on using the changeset viewer.