Ticket #14621: show_addsite_fields.patch
| File show_addsite_fields.patch, 703 bytes (added by axelseaa, 3 years ago) |
|---|
-
sites.php
382 382 </form> 383 383 </div> 384 384 385 <?php 386 if ( apply_filters( 'show_addsite_fields', true ) ) : 387 ?> 385 388 <div id="form-add-site" class="wrap"> 386 389 <h3><?php _e( 'Add Site' ) ?></h3> 387 390 <form method="post" action="edit.php?action=addblog"> … … 416 419 </form> 417 420 </div> 418 421 <?php 422 endif; 419 423 break; 420 424 } // end switch( $action )
