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/media.php

    r9210 r9328  
    15441544        'base' => add_query_arg( 'paged', '%#%' ),
    15451545        'format' => '',
     1546        'prev_text' => __('«'),
     1547        'next_text' => __('»'),
    15461548        'total' => ceil($wp_query->found_posts / 10),
    15471549        'current' => $_GET['paged']
     
    15521554?>
    15531555
    1554 <div class="alignleft">
     1556<div class="alignleft actions">
    15551557<?php
    15561558
Note: See TracChangeset for help on using the changeset viewer.