Changeset 14374 for trunk/wp-admin/options-general.php
- Timestamp:
- 05/03/2010 06:16:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r14347 r14374 110 110 if ( $new_admin_email && $new_admin_email != get_option('admin_email') ) : ?> 111 111 <div class="updated inline"> 112 <p><?php printf( __('There is a pending change of the admin e-mail to <code>%1$s</code>. <a href="%2$s">Cancel</a>'), $new_admin_email, admin_url( 'options.php?dismiss=new_admin_email') ); ?></p>112 <p><?php printf( __('There is a pending change of the admin e-mail to <code>%1$s</code>. <a href="%2$s">Cancel</a>'), $new_admin_email, esc_url( admin_url( 'options.php?dismiss=new_admin_email' ) ) ); ?></p> 113 113 </div> 114 114 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.