mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -259,7 +259,7 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){
|
||||
|
||||
?>
|
||||
<div class="tablenav">
|
||||
<div class="alignleft">
|
||||
<div class="alignleft actions">
|
||||
<?php do_action('install_plugins_table_header'); ?>
|
||||
</div>
|
||||
<?php
|
||||
@@ -272,6 +272,8 @@ function display_plugins_table($plugins, $page = 1, $totalpages = 1){
|
||||
$page_links = paginate_links( array(
|
||||
'base' => add_query_arg('paged', '%#%', $url),
|
||||
'format' => '',
|
||||
'prev_text' => __('«'),
|
||||
'next_text' => __('»'),
|
||||
'total' => $totalpages,
|
||||
'current' => $page
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user