Changeset 10776
- Timestamp:
- 05/17/2016 10:49:39 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r10739 r10776 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> … … 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 -
trunk/src/bp-groups/classes/class-bp-groups-list-table.php
r10739 r10776 229 229 </thead> 230 230 231 <tbody id="the-comment-list"> 232 <?php $this->display_rows_or_placeholder(); ?> 233 </tbody> 234 231 235 <tfoot> 232 236 <tr> … … 234 238 </tr> 235 239 </tfoot> 236 237 <tbody id="the-comment-list">238 <?php $this->display_rows_or_placeholder(); ?>239 </tbody>240 240 </table> 241 241 <?php
Note: See TracChangeset
for help on using the changeset viewer.