Themes: Remove debug call from `wp-admin/theme-install.php`.
Follow-up to [47816]. See #48491. Built from https://develop.svn.wordpress.org/trunk@47817 git-svn-id: http://core.svn.wordpress.org/trunk@47593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b73bbd8139
commit
e445642243
|
@ -282,7 +282,6 @@ if ( $tab ) {
|
|||
<h3 class="theme-name">{{ data.name }}</h3>
|
||||
|
||||
<div class="theme-actions">
|
||||
<# console.log( data ); #>
|
||||
<# if ( data.installed ) { #>
|
||||
<# if ( data.compatible_wp && data.compatible_php ) { #>
|
||||
<?php
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47816';
|
||||
$wp_version = '5.5-alpha-47817';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue