Changeset 12712 for trunk/wp-admin/options-misc.php
- Timestamp:
- 01/12/2010 09:11:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin
-
Property
svn:ignore
set to
.categories.php.swp
-
Property
svn:ignore
set to
-
trunk/wp-admin/options-misc.php
r12405 r12712 26 26 <form method="post" action="options.php"> 27 27 <?php settings_fields('misc'); ?> 28 28 <?php if ( !is_multisite() ) { ?> 29 29 <h3><?php _e('Uploading Files'); ?></h3> 30 30 <table class="form-table"> … … 66 66 67 67 </table> 68 68 <?php } ?> 69 69 <?php do_settings_sections('misc'); ?> 70 70
Note: See TracChangeset
for help on using the changeset viewer.