Skip to content

Commit 6bcc09c

Browse files
committed
Fix: Creation of dynamic property
1 parent ac552a1 commit 6bcc09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

msreader-files/includes/modules/filter-blog-author.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
);
1111

1212
class WMD_MSReader_Module_FilterBlogAuthor extends WMD_MSReader_Modules {
13+
public $last_date;
14+
public $blog;
15+
1316
function init() {
1417
add_filter('msreader_post_author', array($this,'add_author_link'),10,2);
1518
add_filter('msreader_post_blog', array($this,'add_blog_link'),10,2);

0 commit comments

Comments
 (0)