Changeset 14404 for trunk/wp-admin/ms-options.php
- Timestamp:
- 05/03/2010 08:26:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r14374 r14404 93 93 <td><input name="admin_notice_feed" class="large-text" type="text" id="admin_notice_feed" value="<?php echo esc_attr( get_site_option( 'admin_notice_feed' ) ) ?>" size="80" /><br /> 94 94 <?php _e( 'Display the latest post from this RSS or Atom feed on all site dashboards. Leave blank to disable.' ); ?><br /> 95 95 96 96 <?php if ( get_site_option( 'admin_notice_feed' ) != get_home_url( $current_site->id, 'feed/' ) ) 97 97 echo __( 'A good one to use would be the feed from your main site: ' ) . esc_url( get_home_url( $current_site->id, 'feed/' ) ) ?></td>
Note: See TracChangeset
for help on using the changeset viewer.