Make WordPress Core


Ignore:
Timestamp:
12/23/2010 02:44:51 PM (14 years ago)
Author:
ryan
Message:

Expand/collapse arrows for internal linking. Props ocean90. fixes #15739

File:
1 edited

Legend:

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

    r17099 r17117  
    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( 'Or link to existing content' ); ?></a></p>
     88    <p class="howto toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>" id="internal-toggle"><?php _e( 'Or link to existing content' ); ?></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.