Changeset 46602
- Timestamp:
- 10/27/2019 02:19:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46599 r46602 4548 4548 * 4549 4549 * @since 2.5.0 4550 * @ access private4550 * @since 5.4.0 This function is no longer marked as "private". 4551 4551 * 4552 4552 * @param string $function The function that was called. … … 4605 4605 * @since 4.3.0 4606 4606 * @since 4.5.0 Added the `$parent_class` parameter. 4607 * 4608 * @access private 4607 * @since 5.4.0 This function is no longer marked as "private". 4609 4608 * 4610 4609 * @param string $class The class containing the deprecated constructor. … … 4698 4697 * 4699 4698 * @since 2.5.0 4700 * @ access private4699 * @since 5.4.0 This function is no longer marked as "private". 4701 4700 * 4702 4701 * @param string $file The file that was included. … … 4765 4764 * 4766 4765 * @since 3.0.0 4767 * @ access private4766 * @since 5.4.0 This function is no longer marked as "private". 4768 4767 * 4769 4768 * @param string $function The function that was called. … … 4872 4871 * 4873 4872 * @since 3.1.0 4874 * @ access private4873 * @since 5.4.0 This function is no longer marked as "private". 4875 4874 * 4876 4875 * @param string $function The function that was called.
Note: See TracChangeset
for help on using the changeset viewer.