Ticket #32647: 32647.diff
| File 32647.diff, 964 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/ms.php
814 814 echo "N/A"; 815 815 } 816 816 ?> 817 <input type="hidden" name="action" value="updateblogsettings" /> 818 <?php wp_nonce_field( 'update-my-sites' ); ?> 819 <?php submit_button( null, 'primary', null, false, null ); ?> 817 820 </td> 818 821 </tr> 819 822 <?php if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ) ) ) : ?> -
src/wp-admin/my-sites.php
133 133 echo "</tr>"; 134 134 }?> 135 135 </table> 136 <input type="hidden" name="action" value="updateblogsettings" />137 <?php wp_nonce_field( 'update-my-sites' ); ?>138 <?php submit_button(); ?>139 136 </form> 140 137 <?php endif; ?> 141 138 </div>