Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #4857, comment 11


Ignore:
Timestamp:
05/03/2013 08:00:42 PM (12 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4857, comment 11

    v1 v2  
    55* On wp-admin/update-core.php, a new section is added for "Update BuddyPress Translation" which does what it says.
    66* When the language is updated, the timestamp is stored in another option. This option is used in the future cron checks in a IF-MODIFIED-SINCE header, which GlotPress now supports ([http://glotpress.trac.wordpress.org/ticket/236 #GP236]), to avoid wasting processing time on GlotPress and client download time.
    7 * I added a new check for translations loaded inside the upload folder; a) to be sure we can write to the folder on most sites, b) so any site's existing translation is not overridden by the automatically downloaded one.
     7* I added a new location for load_textdomain inside the upload folder; a) to be sure we can write to the folder on most sites, b) so any site's existing translation is not overridden by the automatically downloaded one.
    88
    99The current patch hardcodes the checked translation to Italian, to make testing easier. There's a method where this is set, so easy to change if you want.