Rename to Sage
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Clean up the_excerpt()
|
||||
*/
|
||||
function roots_excerpt_more() {
|
||||
return ' … <a href="' . get_permalink() . '">' . __('Continued', 'roots') . '</a>';
|
||||
function sage_excerpt_more() {
|
||||
return ' … <a href="' . get_permalink() . '">' . __('Continued', 'sage') . '</a>';
|
||||
}
|
||||
add_filter('excerpt_more', 'roots_excerpt_more');
|
||||
add_filter('excerpt_more', 'sage_excerpt_more');
|
||||
|
||||
Reference in New Issue
Block a user