| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 require_once dirname( dirname( __FILE__ ) ) . '/gp-load.php'; 3 4 class GP_Script_Regenerate extends GP_CLI { 5 6 function run() { 7 GP::$project->regenerate_paths(); 8 } 9 } 10 $gp_script_regenerate = new GP_Script_Regenerate; 11 $gp_script_regenerate->run();
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |