Ticket #7065: 7065.patch
File 7065.patch, 1.3 KB (added by , 8 years ago) |
---|
-
src/bp-activity/classes/class-bp-activity-list-table.php
252 252 </tr> 253 253 </thead> 254 254 255 <tbody id="the-comment-list"> 256 <?php $this->display_rows_or_placeholder(); ?> 257 </tbody> 258 255 259 <tfoot> 256 260 <tr> 257 261 <?php $this->print_column_headers( false ); ?> 258 262 </tr> 259 263 </tfoot> 260 261 <tbody id="the-comment-list">262 <?php $this->display_rows_or_placeholder(); ?>263 </tbody>264 264 </table> 265 265 <?php 266 266 -
src/bp-groups/classes/class-bp-groups-list-table.php
225 225 </tr> 226 226 </thead> 227 227 228 <tbody id="the-comment-list"> 229 <?php $this->display_rows_or_placeholder(); ?> 230 </tbody> 231 228 232 <tfoot> 229 233 <tr> 230 234 <?php $this->print_column_headers( false ); ?> 231 235 </tr> 232 236 </tfoot> 233 234 <tbody id="the-comment-list">235 <?php $this->display_rows_or_placeholder(); ?>236 </tbody>237 237 </table> 238 238 <?php 239 239