Changeset 61995 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/12/2026 08:18:18 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r61857 r61995 2887 2887 * 2888 2888 * @param string $name Filename. 2889 * @param null|string $deprecated N everused. Set to null.2889 * @param null|string $deprecated Not used. Set to null. 2890 2890 * @param string $bits File content 2891 2891 * @param string|null $time Optional. Time formatted in 'yyyy/mm'. Default null. … … 5854 5854 } 5855 5855 } 5856 5856 5857 /** 5857 5858 * Marks a function argument as deprecated and inform when it has been used.
Note: See TracChangeset
for help on using the changeset viewer.