Changeset 9069
- Timestamp:
- 07/24/2019 03:19:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php
r7416 r9069 236 236 237 237 // Use ... in excerpts 238 add_filter( 'excerpt_more', create_function( '$more', 'return "...";' ) ); 238 add_filter( 'excerpt_more', function() { 239 return '...'; 240 } ); 239 241 240 242 /**
Note: See TracChangeset
for help on using the changeset viewer.