From: Mikael Nordfeldth Date: Mon, 12 Oct 2015 15:16:13 +0000 (+0200) Subject: Just a functionifying of Notice->rendered X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7834e67583965da5304f85741a179ce8c057ec92;p=quix0rs-gnu-social.git Just a functionifying of Notice->rendered --- diff --git a/classes/Notice.php b/classes/Notice.php index 5c7d9f1026..2725d6c724 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -257,6 +257,11 @@ class Notice extends Managed_DataObject return $this->content; } + public function getRendered() + { + return $this->rendered; + } + /* * Get the original representation URL of this notice. *