Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/wp-admin/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,11 @@ body.full-overlay-active {
max-width: 100%;
}

.install-theme-info .theme-url {
display: block;
margin: 15px 0 0;
}

.theme-install-overlay .wp-full-overlay-header .button {
float: right;
margin: 3px 10px 0 0; /* Vertically center 40px button in 45px header */
Expand Down
4 changes: 4 additions & 0 deletions src/wp-admin/theme-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@

<div class="theme-description">{{{ data.description }}}</div>
</div>

<a class="theme-url" href="<?php echo esc_url( __( 'https://wordpress.org/themes/' ) ); ?>{{ data.id }}/" target="_blank">
<?php _e( 'WordPress.org Theme Page &#187;' ); ?>
</a>
</div>
</div>
<div class="wp-full-overlay-footer">
Expand Down
Loading