mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Revelation: Figured out how to spell my own name
This commit is contained in:
parent
6a321aa019
commit
7511cb02ee
@ -6,7 +6,7 @@
|
|||||||
* @package silverstripe
|
* @package silverstripe
|
||||||
* @subpackage blog
|
* @subpackage blog
|
||||||
*
|
*
|
||||||
* @author Michael String <github@michaelstrong.co.uk>
|
* @author Michael Strong <github@michaelstrong.co.uk>
|
||||||
**/
|
**/
|
||||||
class GridFieldConfig_BlogPost extends GridFieldConfig {
|
class GridFieldConfig_BlogPost extends GridFieldConfig {
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* @package silverstripe
|
* @package silverstripe
|
||||||
* @subpackage blog
|
* @subpackage blog
|
||||||
*
|
*
|
||||||
* @author Michael String <github@michaelstrong.co.uk>
|
* @author Michael Strong <github@michaelstrong.co.uk>
|
||||||
**/
|
**/
|
||||||
class GridFieldSiteTreeEditButton extends GridFieldEditButton {
|
class GridFieldSiteTreeEditButton extends GridFieldEditButton {
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ class Blog extends Page {
|
|||||||
* @package silverstripe
|
* @package silverstripe
|
||||||
* @subpackage blog
|
* @subpackage blog
|
||||||
*
|
*
|
||||||
* @author Michael String <github@michaelstrong.co.uk>
|
* @author Michael Strong <github@michaelstrong.co.uk>
|
||||||
**/
|
**/
|
||||||
class Blog_Controller extends Page_Controller {
|
class Blog_Controller extends Page_Controller {
|
||||||
|
|
||||||
@ -405,10 +405,4 @@ class Blog_Controller extends Page_Controller {
|
|||||||
return $this->Link("rss");
|
return $this->Link("rss");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
class ExtendedBlogPost extends BlogPost implements TestOnly {
|
|
||||||
|
|
||||||
private static $show_in_sitetree = true;
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user