Support » Plugin: WordPress MU Domain Mapping » [Plugin: WordPress MU Domain Mapping] link to wpmu-blogs.php should be ms-sites.php on WP3.0

  • Hi,

    There is still an ‘old’ link on line 219 in domain_mapping.php that results in a 404 :

    wpmu-blogs.php?action=... should be ms-sites.php?action=... on WP3.0+

    Obviously, on WPMU 2.9 it should remain the old one.

    Other suggestion:
    Maybe use __( 'Edit' ) instead of __( 'Edit', 'wordpress-mu-domain-mapping' ) — and same for Delete, Yes, No, Seach and Save — because then it will make use of the translation already provided by the global WP translations 🙂

    Line 295 ( make “Save” translatable) :
    echo "<input type='submit' value='". __( 'Save' ) . "' />";

    Line 418 ( make “Del” translatable) :
    echo "<a href='" . wp_nonce_url( "?page=domainmapping&action=delete&domain={$details[ 'domain' ]}", "delete" . $details[ 'domain' ] ) . "'>".__( 'Delete' )."</a>";

    Line 437 ( make “Add” translatable) :
    echo "<input type='submit' value='". __( 'Add' ). "' />";

    http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress MU Domain Mapping] link to wpmu-blogs.php should be ms-sites.php on WP3.0’ is closed to new replies.