Ticket #32645: 32645.diff
File 32645.diff, 559 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/my-sites.php
135 135 </table> 136 136 <input type="hidden" name="action" value="updateblogsettings" /> 137 137 <?php wp_nonce_field( 'update-my-sites' ); ?> 138 <?php submit_button(); ?> 138 <?php 139 if ( count( $blogs ) > 1 || has_action( 'myblogs_allblogs_options' ) || has_filter( 'myblogs_options' ) ) : 140 submit_button(); 141 endif; 142 ?> 139 143 </form> 140 144 <?php endif; ?> 141 145 </div>