mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Coding Standards: Fix WPCS issue in [47475].
See #49295. Built from https://develop.svn.wordpress.org/trunk@47476 git-svn-id: http://core.svn.wordpress.org/trunk@47265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f31a95982
commit
77e32cff47
@ -50,11 +50,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||||||
<div class="about__section has-2-columns has-subtle-background-color">
|
<div class="about__section has-2-columns has-subtle-background-color">
|
||||||
<h2 class="is-section-header">
|
<h2 class="is-section-header">
|
||||||
<?php
|
<?php
|
||||||
printf(
|
printf(
|
||||||
/* translators: %s: The current WordPress version number. */
|
/* translators: %s: The current WordPress version number. */
|
||||||
__( 'Welcome to WordPress %s.' ),
|
__( 'Welcome to WordPress %s.' ),
|
||||||
$display_version
|
$display_version
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-47475';
|
$wp_version = '5.5-alpha-47476';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user