Changeset 57755 for trunk/src/wp-admin/includes/class-wp-site-icon.php
- Timestamp:
- 03/02/2024 08:13:02 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-icon.php
r55678 r57755 79 79 * 80 80 * @since 4.3.0 81 * @deprecated 6.5.0 81 82 * 82 83 * @param string $cropped Cropped image URL. … … 85 86 */ 86 87 public function create_attachment_object( $cropped, $parent_attachment_id ) { 88 _deprecated_function( __METHOD__, '6.5.0', 'wp_copy_parent_attachment_properties()' ); 89 87 90 $parent = get_post( $parent_attachment_id ); 88 91 $parent_url = wp_get_attachment_url( $parent->ID );
Note: See TracChangeset
for help on using the changeset viewer.