i18n: Merge similar translation strings in wp-admin/options.php
WARNING! is now Warning: You have been warned. Fixes #50715. Props: ramiy, audrasjb, ocean90. Built from https://develop.svn.wordpress.org/trunk@48570 git-svn-id: http://core.svn.wordpress.org/trunk@48332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd642e7b00
commit
413fae70e8
|
@ -348,7 +348,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
|
|||
<h1><?php esc_html_e( 'All Settings' ); ?></h1>
|
||||
|
||||
<div class="notice notice-warning">
|
||||
<p><strong><?php _e( 'WARNING!' ); ?></strong> <?php _e( 'This page allows direct access to your site settings. You can break things here. Please be cautious!' ); ?></p>
|
||||
<p><strong><?php _e( 'Warning:' ); ?></strong> <?php _e( 'This page allows direct access to your site settings. You can break things here. Please be cautious!' ); ?></p>
|
||||
</div>
|
||||
|
||||
<form name="form" action="options.php" method="post" id="all-options">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-beta3-48569';
|
||||
$wp_version = '5.5-beta3-48570';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue