[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/scripts/ -> regenerate-paths.php (source)

   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();


Generated: Thu May 24 03:59:35 2012 Hosted by follow the white rabbit.