c0593fe0 by Chris Boden

Branched trunk into 0.2 for Echologics launch

1 parent 305bda06
1 <?php 1 <?php
2 /* 2 /*
3 Plugin Name: Tenzing Tools 3 Plugin Name: Tenzing Tools
4 Version: 0.1 4 Version: 0.2
5 Description: Various classes to help out with stuff 5 Description: Various classes to help out with stuff
6 Author: Tenzing 6 Author: Tenzing
7 */ 7 */
...@@ -103,4 +103,4 @@ function _custom_revision() { ...@@ -103,4 +103,4 @@ function _custom_revision() {
103 $args = func_get_args(); 103 $args = func_get_args();
104 return call_user_func_array('_custom_page', $args); 104 return call_user_func_array('_custom_page', $args);
105 } 105 }
106 ?>
...\ No newline at end of file ...\ No newline at end of file
106 ?>
......