Make WordPress Core


Ignore:
Timestamp:
11/10/2008 05:49:00 PM (16 years ago)
Author:
ryan
Message:

Validation fixes from Simek. fixes #8139

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r9562 r9592  
    119119                ?>
    120120                <p><?php _e('Deleting the selected plugins will remove the following plugin(s) and their files:'); ?></p>
    121                 <p>
    122121                    <ul>
    123122                        <?php
     
    126125                        ?>
    127126                    </ul>
    128                 </p>
    129127                <p><?php _e('Are you sure you wish to delete these files?') ?></p>
    130128                <form method="post" action="<?php echo clean_url($_SERVER['REQUEST_URI']); ?>" style="display:inline;">
Note: See TracChangeset for help on using the changeset viewer.