Changes in trunk/wp-admin/includes/ms.php [14717:15228]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r14717 r15228 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', network_home_url( 'wp-signup.php' ) ); ?>"><?php _e( 'Create a New Site' ); ?></a> 803 </th> 804 </tr> 805 <?php endif; ?> 799 806 </table> 800 807 <?php
Note: See TracChangeset
for help on using the changeset viewer.