Changeset 46078
- Timestamp:
- 09/07/2019 02:11:50 AM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46077 r46078 7320 7320 /** 7321 7321 * Check if two numbers are nearly the same. 7322 * 7322 * 7323 7323 * This is similar to using `round()` but the precision is more fine-grained. 7324 7324 * 7325 7325 * @since 5.3.0 7326 * 7326 * 7327 7327 * @param int|float $expected The expected value. 7328 7328 * @param int|float $actual The actual number. -
trunk/src/wp-includes/media.php
r46077 r46078 623 623 * 624 624 * @since 5.3.0 625 * 625 * 626 626 * @param bool The filtered value. 627 627 * @param int Original image width.
Note: See TracChangeset
for help on using the changeset viewer.