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

Backports [44829] to 5.1 branch. Dev-reviewed by desrosj and SergeyBiryukov.

Missed in [44815].

Props birgire.
See #46074.



git-svn-id: https://develop.svn.wordpress.org/branches/5.1@44831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2019-03-12 17:12:22 +00:00
parent 68fa2f44cf
commit 6d22ce686a

View File

@ -6838,6 +6838,8 @@ function wp_update_php_annotation() {
* by using the {@see 'wp_direct_php_update_url'} filter. This allows hosts to send users directly to
* the page where they can update PHP to a newer version.
*
* @since 5.1.1
*
* @return string URL for directly updating PHP or empty string.
*/
function wp_get_direct_php_update_url() {