Changeset 39638 for trunk/src/wp-includes/functions.php
- Timestamp:
- 12/27/2016 09:20:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r39323 r39638 1922 1922 * A non-filtered, non-cached version of wp_upload_dir() that doesn't check the path. 1923 1923 * 1924 * @since 4.5.0 1924 1925 * @access private 1925 1926 * … … 5109 5110 * Test if a given path is a stream URL 5110 5111 * 5112 * @since 3.5.0 5113 * 5111 5114 * @param string $path The resource path or URL. 5112 5115 * @return bool True if the path is a stream URL.
Note: See TracChangeset
for help on using the changeset viewer.