Index: trunk/extensions/TreeAndMenu/TreeAndMenu.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | |
16 | 16 | if( !defined( 'MEDIAWIKI' ) ) die( 'Not an entry point.' ); |
17 | 17 | |
18 | | -define( 'TREEANDMENU_VERSION','2.0.0, 2012-01-28' ); |
| 18 | +define( 'TREEANDMENU_VERSION','2.0.1, 2012-01-28' ); |
19 | 19 | |
20 | 20 | // Set any unset images to default titles |
21 | 21 | if( !isset( $wgTreeViewImages ) || !is_array( $wgTreeViewImages ) ) $wgTreeViewImages = array(); |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | * Expand #star parser-functions |
106 | 106 | */ |
107 | 107 | public function expandStar( &$parser, $text ) { |
108 | | - return "<div class=\"tam-star\">\n$text\n</div>"; |
| 108 | + return "Star menu coming soon!<br /><div class=\"tam-star\">\n$text\n</div>"; |
109 | 109 | } |
110 | 110 | |
111 | 111 | /** |