Ticket #32645: 32645.patch
File 32645.patch, 535 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 $all_blogs = get_blogs_of_user( get_current_user_id() ); 140 if ( 1 < count( $all_blogs ) ) { 141 submit_button(); 142 } 143 ?> 139 144 </form> 140 145 <?php endif; ?> 141 146 </div>