Make WordPress Core


Ignore:
Timestamp:
05/14/2011 09:50:20 AM (14 years ago)
Author:
westi
Message:

Fix typos and inconsistencies in PHPdoc / function declarations. See #17414 props duck_

File:
1 edited

Legend:

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

    r17900 r17925  
    6060            }
    6161            if ( isset($_GET['from']) && 'import' == $_GET['from'] ) {
    62                 wp_redirect( self_admin_url("import.php?import=" . str_replace('-importer', '', dirname($plugin))) ); // overrides the ?error=true one above and redirects to the Imports page, striping the -importer suffix
     62                wp_redirect( self_admin_url("import.php?import=" . str_replace('-importer', '', dirname($plugin))) ); // overrides the ?error=true one above and redirects to the Imports page, stripping the -importer suffix
    6363            } else {
    6464                wp_redirect( self_admin_url("plugins.php?activate=true&plugin_status=$status&paged=$page&s=$s") ); // overrides the ?error=true one above
Note: See TracChangeset for help on using the changeset viewer.