Make WordPress Core

Ticket #47370: 47370.diff

File 47370.diff, 806 bytes (added by mukesh27, 6 years ago)

Patch.

  • wp-includes/general-template.php

    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() { 
    11781178 * @param string $sep         Optional, default is '»'. How to separate the various items
    11791179 *                            within the page title.
    11801180 * @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'.
    11821182 * @return string|null String on retrieve, null when displaying.
    11831183 */
    11841184function wp_title( $sep = '»', $display = true, $seplocation = '' ) {