Make WordPress Core


Ignore:
Timestamp:
05/08/2013 09:27:31 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Use ellipsis instead of three dots. props tjsingleton, jordie23, wojtek.szkutnik, DrewAPicture, SergeyBiryukov. see #8714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r23580 r24207  
    113113
    114114            $docs_select = '<select name="docs-list" id="docs-list">';
    115             $docs_select .= '<option value="">' . esc_attr__( 'Function Name...' ) . '</option>';
     115            $docs_select .= '<option value="">' . esc_attr__( 'Function Name&hellip;' ) . '</option>';
    116116            foreach ( $functions as $function ) {
    117117                $docs_select .= '<option value="' . esc_attr( urlencode( $function ) ) . '">' . htmlspecialchars( $function ) . '()</option>';
Note: See TracChangeset for help on using the changeset viewer.