1 2 3 4 5 6 7 8 9
<?php $english = array( 'opensearch:title' => "Search: %s", 'opensearch:description' => "Search results for \"%s\"", ); add_translation("en", $english);