Make WordPress Core

Changeset 63569 for trunk


Ignore:
Timestamp:
09/09/2026 09:17:25 PM (42 hours ago)
Author:
audrasjb
Message:

Docs: Replace @see with @link in WP_Site_Icon various docblocks.

This changeset ensures these external links declaration is consistent with WordPress/PHP Documentation Standards.

See #65860.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-icon.php

    r63568 r63569  
    4242                 * Square, medium sized tiles for IE11+.
    4343                 *
    44                  * See https://msdn.microsoft.com/library/dn455106(v=vs.85).aspx
     44                 * @link https://msdn.microsoft.com/library/dn455106(v=vs.85).aspx
    4545                 */
    4646                270,
     
    5656                 * App icons up to iPhone 6 Plus.
    5757                 *
    58                  * See https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html
     58                 * @link https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html
    5959                 */
    6060                180,
Note: See TracChangeset for help on using the changeset viewer.