Changeset 13412
- Timestamp:
- 02/25/2010 09:48:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r13374 r13412 115 115 </table> 116 116 <?php } ?> 117 <?php if ( !is_multisite() || ( defined( 'UPDATE_SERVICES' ) && UPDATE_SERVICES) ) { ?>117 <?php if ( apply_filters( 'enable_update_services_configuration', true ) ) { ?> 118 118 <h3><?php _e('Update Services') ?></h3> 119 119
Note: See TracChangeset
for help on using the changeset viewer.