Index: branches/wmf-deployment/extensions/LiquidThreads/pages/TalkpageView.php |
— | — | @@ -91,6 +91,11 @@ |
92 | 92 | // Table body |
93 | 93 | $rows = array(); |
94 | 94 | foreach ( $threads as $thread ) { |
| 95 | + if ( !$thread->root()->getContent() && |
| 96 | + !LqtView::threadContainsRepliesWithContent( $thread ) ) { |
| 97 | + continue; |
| 98 | + } |
| 99 | + |
95 | 100 | $row = ''; |
96 | 101 | $anchor = '#' . $this->anchorName( $thread ); |
97 | 102 | $subject = Xml::element( 'a', array( 'href' => $anchor ), $thread->subject() ); |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
98 | 103 | - /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57571,57651,57654 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |
99 | 104 | + /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57571,57651,57653-57654 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |