Changeset 1245 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/09/2004 05:47:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r1239 r1245 1 1 <?php 2 2 3 if ( $_GET['action']) {3 if (isset($_GET['action'])) { 4 4 $standalone = 1; 5 5 require_once('admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.