Changeset 9028 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 09/29/2008 09:26:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r8912 r9028 213 213 </tr> 214 214 </thead> 215 216 <tfoot> 217 <tr> 218 <th scope="col" class="name"><?php _e('Name'); ?></th> 219 <th scope="col" class="num"><?php _e('Version'); ?></th> 220 <th scope="col" class="num"><?php _e('Rating'); ?></th> 221 <th scope="col" class="desc"><?php _e('Description'); ?></th> 222 <th scope="col" class="action-links"><?php _e('Actions'); ?></th> 223 </tr> 224 </tfoot> 225 215 226 <tbody class="plugins"> 216 227 <?php … … 265 276 </tbody> 266 277 </table> 278 279 <div class="tablenav"> 280 <?php if ( $page_links ) 281 echo "\t\t<div class='tablenav-pages'>$page_links</div>"; ?> 282 </div> 283 <br class="clear" /> 284 267 285 <?php 268 286 }
Note: See TracChangeset
for help on using the changeset viewer.