Changeset 13374
- Timestamp:
- 02/24/2010 05:31:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r12712 r13374 115 115 </table> 116 116 <?php } ?> 117 <?php if ( !is_multisite() ) { ?>117 <?php if ( !is_multisite() || ( defined( 'UPDATE_SERVICES' ) && UPDATE_SERVICES ) ) { ?> 118 118 <h3><?php _e('Update Services') ?></h3> 119 119
Note: See TracChangeset
for help on using the changeset viewer.