Changeset 9746 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 11/18/2008 12:59:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r9733 r9746 269 269 'base' => add_query_arg('paged', '%#%', $url), 270 270 'format' => '', 271 'prev_text' => __('&la quo;'),272 'next_text' => __('&ra quo;'),271 'prev_text' => __('←'), 272 'next_text' => __('→'), 273 273 'total' => $totalpages, 274 274 'current' => $page
Note: See TracChangeset
for help on using the changeset viewer.