Changeset 33080
- Timestamp:
- 07/04/2015 04:00:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r33072 r33080 114 114 }?> 115 115 </ul> 116 <input type="hidden" name="action" value="updateblogsettings" /> 117 <?php wp_nonce_field( 'update-my-sites' ); ?> 118 <?php submit_button(); ?> 116 <?php 117 if ( count( $blogs ) > 1 || has_action( 'myblogs_allblogs_options' ) || has_filter( 'myblogs_options' ) ) { 118 ?><input type="hidden" name="action" value="updateblogsettings" /><?php 119 wp_nonce_field( 'update-my-sites' ); 120 submit_button(); 121 } 122 ?> 119 123 </form> 120 124 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.