Changeset 13718 for trunk/src/bp-core/classes/class-bp-attachment.php
- Timestamp:
- 01/29/2024 06:31:34 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-attachment.php
r13315 r13718 644 644 ); 645 645 646 /** 647 * Make sure the wp_read_image_metadata function is reachable for the old Avatar UI 648 * or if WordPress < 3.9 (New Avatar UI is not available in this case) 649 */ 646 // Make sure the wp_read_image_metadata function is reachable. 650 647 if ( ! function_exists( 'wp_read_image_metadata' ) ) { 651 648 require_once( ABSPATH . 'wp-admin/includes/image.php' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)