Make WordPress Core

Changeset 17099


Ignore:
Timestamp:
12/21/2010 03:04:59 PM (16 years ago)
Author:
nacin
Message:

New help strings in internal linking. props jane, see #15739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/internal-linking.php

    r16931 r17099  
    7474<div id="link-selector">
    7575        <div id="link-options">
    76                 <p class="howto"><?php _e( 'Enter the destination URL:' ); ?></p>
     76                <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p>
    7777                <div>
    7878                        <label for="url-field"><span><?php _e( 'URL' ); ?></span><input id="url-field" type="text" tabindex="10" autocomplete="off" /></label>
     
    8686        </div>
    8787        <?php $show_internal = '1' == get_user_setting( 'wplink', '0' ); ?>
    88         <p class="howto" id="internal-toggle"><a href="#" class="toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>"><?php _e( 'Link to Content on this Site' ); ?></a></p>
     88        <p class="howto" id="internal-toggle"><a href="#" class="toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>"><?php _e( 'Or link to existing content' ); ?></a></p>
    8989        <div id="search-panel"<?php if ( ! $show_internal ) echo ' style="display:none"'; ?>>
    9090                <div class="link-search-wrapper">
Note: See TracChangeset for help on using the changeset viewer.