Make WordPress Core

Ticket #46074: 46074.5.diff

File 46074.5.diff, 528 bytes (added by desrosj, 6 years ago)

Add missed @since annotation to the 5.1 branch.

  • src/wp-includes/functions.php

     
    68386838 * by using the {@see 'wp_direct_php_update_url'} filter. This allows hosts to send users directly to
    68396839 * the page where they can update PHP to a newer version.
    68406840 *
     6841 * @since 5.1.1
     6842 *
    68416843 * @return string URL for directly updating PHP or empty string.
    68426844 */
    68436845function wp_get_direct_php_update_url() {