Make WordPress Core


Ignore:
Timestamp:
10/24/2008 06:25:46 PM (18 years ago)
Author:
azaozz
Message:

New buttons and styling for all "management" pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r9314 r9328  
    260260?>
    261261    <div class="tablenav">
    262         <div class="alignleft">
     262        <div class="alignleft actions">
    263263        <?php do_action('install_plugins_table_header'); ?>
    264264        </div>
     
    273273                'base' => add_query_arg('paged', '%#%', $url),
    274274                'format' => '',
     275                'prev_text' => __('&laquo;'),
     276                'next_text' => __('&raquo;'),
    275277                'total' => $totalpages,
    276278                'current' => $page
Note: See TracChangeset for help on using the changeset viewer.