Make WordPress Core

Changeset 44829


Ignore:
Timestamp:
03/11/2019 12:58:28 PM (6 years ago)
Author:
desrosj
Message:

General: Add missing @since annotation for wp_get_direct_php_update_url().

Missed in [44815].

Props birgire.
See #46074.

File:
1 edited

Legend:

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

    r44828 r44829  
    68266826 * the page where they can update PHP to a newer version.
    68276827 *
     6828 * @since 5.1.1
     6829 *
    68286830 * @return string URL for directly updating PHP or empty string.
    68296831 */
Note: See TracChangeset for help on using the changeset viewer.