Make WordPress Core


Ignore:
Timestamp:
02/27/2008 12:46:27 AM (17 years ago)
Author:
ryan
Message:

Don't load wp-lists on pages that don't need it. Props mdawaffe. fixes #6011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r7046 r7057  
    2525}
    2626
    27 wp_enqueue_script( 'wp-lists' );
    2827wp_enqueue_script('admin-forms');
    2928
     
    151150    </tr>
    152151    </thead>
    153     <tbody id="the-list" class="list:link">
     152    <tbody>
    154153<?php
    155154    foreach ($links as $link) {
Note: See TracChangeset for help on using the changeset viewer.