Browse Source

Update post_list.php

pull/10/head
Mohamad Fahmi 12 years ago
parent
commit
8621371da7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      admin/includes/post_list.php

+ 2
- 2
admin/includes/post_list.php View File

@ -1,5 +1,5 @@
<?php <?php
ob_start();
// Get blog post with more info about the path. Sorted by filename. // Get blog post with more info about the path. Sorted by filename.
function admin_get_post(){ function admin_get_post(){
@ -131,4 +131,4 @@ if(!empty($posts)) {
} }
?> ?>
</table>
</table>

Loading…
Cancel
Save