Ignore:
Timestamp:
Sep 30, 2011, 1:50:32 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2447 fixed : Pre-filled text are localized for installation from scratch. If language is not supported by the plugin, the default language remains English.
  • maintain.inc.php refactory : Simplify installation from scratch and make code more readable.
  • Comments in all code are more readable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/USR_del_account.php

    r11018 r12271  
    2424{
    2525  // Management of Extension flags ([mygallery], [myurl]) - [username] flag can't be used here
     26  // -----------------------------------------------------------------------------------------
    2627  $patterns[] = '#\[mygallery\]#i';
    2728  $replacements[] = $conf['gallery_title'];
Note: See TracChangeset for help on using the changeset viewer.