Make WordPress Core

Changeset 57613

Timestamp:
02/13/2024 10:09:43 AM (6 months ago)
Author:
swissspidy
Message:

Coding Standards: Add missing fullstop to docblocks in wp-includes/vars.php

Follow-up to [57612.

Props mukesh27.
See #41877.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/vars.php

    r57612 r57613  
    114114
    115115/**
    116  * Whether the server software is Apache or something else
     116 * Whether the server software is Apache or something else
    117117 *
    118118 * @global bool $is_apache
     
    121121
    122122/**
    123  * Whether the server software is Nginx or something else
     123 * Whether the server software is Nginx or something else
    124124 *
    125125 * @global bool $is_nginx
     
    128128
    129129/**
    130  * Whether the server software is Caddy or something else
     130 * Whether the server software is Caddy or something else
    131131 *
    132132 * @global bool $is_caddy
     
    135135
    136136/**
    137  * Whether the server software is IIS or something else
     137 * Whether the server software is IIS or something else
    138138 *
    139139 * @global bool $is_IIS
     
    142142
    143143/**
    144  * Whether the server software is IIS 7.X or greater
     144 * Whether the server software is IIS 7.X or greater
    145145 *
    146146 * @global bool $is_iis7
     
    149149
    150150/**
    151  * Test if the current browser runs on a mobile device (smart phone, tablet, etc.)
     151 * Test if the current browser runs on a mobile device (smart phone, tablet, etc.)
    152152 *
    153153 * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.