Changeset 9974 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 06/28/2015 03:27:20 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r9827 r9974 691 691 */ 692 692 public function enqueue_scripts( $screen_id ) { 693 if ( ( false === strpos( $screen_id, 'users_page_bp-profile-edit' ) 694 && false === strpos( $screen_id, 'profile_page_bp-profile-edit' ) ) 695 || bp_core_get_root_option( 'bp-disable-avatar-uploads' ) 693 if ( ( false === strpos( $screen_id, 'users_page_bp-profile-edit' ) 694 && false === strpos( $screen_id, 'profile_page_bp-profile-edit' ) ) 695 || bp_core_get_root_option( 'bp-disable-avatar-uploads' ) 696 696 || ! buddypress()->avatar->show_avatars 697 697 || ! bp_attachments_is_wp_version_supported() ) {
Note: See TracChangeset
for help on using the changeset viewer.