Changeset 48102 for trunk/src/wp-includes/compat.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r47550 r48102 346 346 * 347 347 * @param mixed $var The value to check. 348 *349 348 * @return bool True if `$var` is countable, false otherwise. 350 349 */ … … 368 367 * 369 368 * @param mixed $var The value to check. 370 *371 369 * @return bool True if `$var` is iterable, false otherwise. 372 370 */
Note: See TracChangeset
for help on using the changeset viewer.