Index: trunk/phase3/includes/Defines.php |
— | — | @@ -238,6 +238,12 @@ |
239 | 239 | */ |
240 | 240 | define( 'RLH_FOR_UPDATE', 1 ); |
241 | 241 | |
| 242 | +/** |
| 243 | + * @deprecated This used to be a define in Title.php, but was moved to |
| 244 | + * Title::GAID_FOR_UPDATE in 1.17. This will probably be removed in 1.18 |
| 245 | + */ |
| 246 | +define( 'GAID_FOR_UPDATE', 1 ); |
| 247 | + |
242 | 248 | /**@{ |
243 | 249 | * Autopromote conditions (must be here and not in Autopromote.php, so that |
244 | 250 | * they're loaded for DefaultSettings.php before AutoLoader.php) |