Plugin Directory

Changeset 1344167


Ignore:
Timestamp:
02/05/2016 05:13:17 PM (10 years ago)
Author:
jozik
Message:

Enabled uploading group cover images from screens in other languages

Location:
buddypress-multilingual/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buddypress-multilingual/trunk/readme.txt

    r1343283 r1344167  
    5656= 1.5.3 =
    5757* Fixed issue with WPML language switcher on profile pages
     58* Enabled uploading group cover images from screens in other languages
    5859* Updated general info
    5960
  • buddypress-multilingual/trunk/sitepress-bp.php

    r1343234 r1344167  
    3939                $apply_filters = true;
    4040            }
     41            // Allow uploading cover images from screens in other languages
     42            if ( defined('DOING_AJAX') && isset($_POST['action'])
     43                    && $_POST['action'] == 'bp_cover_image_upload' ) {
     44                $apply_filters = true;
     45            }
    4146            // Always on frontend
    4247            if ( !is_admin() || $apply_filters ) {
Note: See TracChangeset for help on using the changeset viewer.