Ticket #13852: link-to-blog-create.13852.diff
| File link-to-blog-create.13852.diff, 590 bytes (added by filosofo, 3 years ago) |
|---|
-
wp-admin/includes/ms.php
796 796 ?> 797 797 </td> 798 798 </tr> 799 <?php if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ) ) ) : ?> 800 <tr> 801 <th scope="row" colspan="2" class="th-full"> 802 <a href="<?php echo apply_filters( 'wp_signup_location', get_bloginfo('wpurl') . '/wp-signup.php' ); ?>"><?php _e( 'Create a New Site' ); ?></a> 803 </th> 804 </tr> 805 <?php endif; ?> 799 806 </table> 800 807 <?php 801 808 }
