diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
index 1cb071bcc5..3de7b5e661 100644
a
|
b
|
function _wp_render_title_tag() { |
1178 | 1178 | * @param string $sep Optional, default is '»'. How to separate the various items |
1179 | 1179 | * within the page title. |
1180 | 1180 | * @param bool $display Optional, default is true. Whether to display or retrieve title. |
1181 | | * @param string $seplocation Optional. Direction to display title, 'right'. |
| 1181 | * @param string $seplocation Optional. Direction to display separator, 'right'. |
1182 | 1182 | * @return string|null String on retrieve, null when displaying. |
1183 | 1183 | */ |
1184 | 1184 | function wp_title( $sep = '»', $display = true, $seplocation = '' ) { |