Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:20:11 AM (8 years ago)
Author:
johnbillion
Message:

Docs: Add and correct @since docs for a variety of functions and methods.

Props keesiemeijer, chris_dev
Fixes #39343, #39357, #39344
See #39130

File:
1 edited

Legend:

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

    r39323 r39638  
    19221922 * A non-filtered, non-cached version of wp_upload_dir() that doesn't check the path.
    19231923 *
     1924 * @since 4.5.0
    19241925 * @access private
    19251926 *
     
    51095110 * Test if a given path is a stream URL
    51105111 *
     5112 * @since 3.5.0
     5113 *
    51115114 * @param string $path The resource path or URL.
    51125115 * @return bool True if the path is a stream URL.
Note: See TracChangeset for help on using the changeset viewer.