Open
Description
In this code:
PiloPress/includes/classes/admin/editor/class-shortcodes.php
Lines 184 to 187 in ff1e79e
Should take example of the wp_get_document_title()
function code for this shortcode:
Have something like:
if ( is_search() ) {
$title = sprintf( __( 'Search Results for “%s”' ), get_search_query() );