Changeset 1344167
- Timestamp:
- 02/05/2016 05:13:17 PM (10 years ago)
- Location:
- buddypress-multilingual/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sitepress-bp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-multilingual/trunk/readme.txt
r1343283 r1344167 56 56 = 1.5.3 = 57 57 * Fixed issue with WPML language switcher on profile pages 58 * Enabled uploading group cover images from screens in other languages 58 59 * Updated general info 59 60 -
buddypress-multilingual/trunk/sitepress-bp.php
r1343234 r1344167 39 39 $apply_filters = true; 40 40 } 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 } 41 46 // Always on frontend 42 47 if ( !is_admin() || $apply_filters ) {
Note: See TracChangeset
for help on using the changeset viewer.