Changeset 24207 for trunk/wp-includes/post-formats.php
- Timestamp:
- 05/08/2013 09:27:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r24170 r24207 878 878 879 879 if ( null === $more_link_text ) 880 $more_link_text = __( '(more ...)' );880 $more_link_text = __( '(more…)' ); 881 881 882 882 $output = '';
Note: See TracChangeset
for help on using the changeset viewer.