Making WordPress.org

Changeset 12683

Timestamp:
07/03/2023 04:42:59 AM (13 months ago)
Author:
dd32
Message:

Main: Stats: Rename the MySQL version heading to Database version, as it contains both MySQL and MariaDB.

Props l1nuxjedi.
Closes https://github.com/WordPress/wordpress.org/pull/161.
Fixes #7106.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php

    r11007 r12683  
    4848                    </section>
    4949                    <section>
    50                         <h2><?php esc_html_e( 'MySQL Version', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2>
     50                        <h2><?php esc_html_e( ' Version', 'wporg' ); ?> <a class="swap-table dashicons dashicons-editor-table" title="<?php esc_attr_e( 'View as Table', 'wporg' ); ?>" aria-hidden="true"></a></h2>
    5151                        <div id="mysql_versions" class="wporg-stats-chart loading"></div>
    5252                    </section>
Note: See TracChangeset for help on using the changeset viewer.