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-includes/post.php

    r24126 r24207  
    33403340
    33413341        if (strlen($excerpt) > 255) {
    3342             $excerpt = substr($excerpt,0,252) . '...';
     3342            $excerpt = substr($excerpt,0,252) . '…';
    33433343        }
    33443344
Note: See TracChangeset for help on using the changeset viewer.