Make WordPress Core


Ignore:
Timestamp:
09/17/2024 12:01:09 AM (17 months ago)
Author:
SergeyBiryukov
Message:

General: Add missing initial-scale value in viewport meta tags.

The viewport meta should include initial-scale=1.0 to ensure that high DPI/mobile display works as expected.

References:

Follow-up to [59026].

Props dhruvang21, sabernhardt, kkmuffme, mukesh27, narenin, swissspidy, SergeyBiryukov.
Fixes #61988.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r57286 r59027  
    6868<html <?php language_attributes(); ?>>
    6969<head>
    70     <meta name="viewport" content="width=device-width" />
     70    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    7171    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    7272    <meta name="robots" content="noindex,nofollow" />
Note: See TracChangeset for help on using the changeset viewer.