Revelation: Figured out how to spell my own name

This commit is contained in:
micmania1 2014-03-24 00:19:27 +00:00
parent 6a321aa019
commit 7511cb02ee
3 changed files with 3 additions and 9 deletions

View File

@ -6,7 +6,7 @@
* @package silverstripe
* @subpackage blog
*
* @author Michael String <github@michaelstrong.co.uk>
* @author Michael Strong <github@michaelstrong.co.uk>
**/
class GridFieldConfig_BlogPost extends GridFieldConfig {

View File

@ -6,7 +6,7 @@
* @package silverstripe
* @subpackage blog
*
* @author Michael String <github@michaelstrong.co.uk>
* @author Michael Strong <github@michaelstrong.co.uk>
**/
class GridFieldSiteTreeEditButton extends GridFieldEditButton {

View File

@ -156,7 +156,7 @@ class Blog extends Page {
* @package silverstripe
* @subpackage blog
*
* @author Michael String <github@michaelstrong.co.uk>
* @author Michael Strong <github@michaelstrong.co.uk>
**/
class Blog_Controller extends Page_Controller {
@ -405,10 +405,4 @@ class Blog_Controller extends Page_Controller {
return $this->Link("rss");
}
}
class ExtendedBlogPost extends BlogPost implements TestOnly {
private static $show_in_sitetree = true;
}