Changes in trunk/wp-admin/my-sites.php [17014:15132]
- File:
-
- 1 edited
-
trunk/wp-admin/my-sites.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/my-sites.php
r17014 r15132 43 43 '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>' . 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank"> Documentation on My Sites</a>') . '</p>' .45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank">My Sites Documentation</a>') . '</p>' . 46 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); … … 103 103 <input type="hidden" name="action" value="updateblogsettings" /> 104 104 <?php wp_nonce_field( 'update-my-sites' ); ?> 105 <?php submit_button(); ?> 105 <p> 106 <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" /> 107 </p> 106 108 </form> 107 109 </div>
Note: See TracChangeset
for help on using the changeset viewer.