Make WordPress Core


Ignore:
Timestamp:
08/31/2005 02:39:17 AM (21 years ago)
Author:
ryan
Message:

On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r2763 r2832  
    1515if ($posts) {
    1616?>
    17 <table width="100%" cellpadding="3" cellspacing="3">
     17<table id="the-list-x" width="100%" cellpadding="3" cellspacing="3">
    1818  <tr>
    1919    <th scope="col"><?php _e('ID') ?></th>
     
    2727<?php page_rows(); ?>
    2828</table>
     29
     30<div id="ajax-response"></div>
     31
    2932<?php
    3033} else {
Note: See TracChangeset for help on using the changeset viewer.