Make WordPress Core

Ticket #52347: 52347.4.diff

File 52347.4.diff, 619 bytes (added by audrasjb, 4 years ago)

Button block string change, according to @jdy68’s comment

  • src/wp-admin/about.php

    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index c6452e10e1..0f6cd9b68c 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    111111                                </p>
    112112                                <p>
    113113                                        <?php
    114                                         _e( '<strong>Buttons block:</strong> now you can align the content in buttons vertically. And you can set the width of a button to a preset percentage.' );
     114                                        _e( '<strong>Buttons block:</strong> now you can choose between a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.' );
    115115                                        ?>
    116116                                </p>
    117117                                <p>