Make WordPress Core

Changeset 38135


Ignore:
Timestamp:
07/22/2016 10:44:05 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_title() description.

Props ixkaito.
Fixes #37442.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r38122 r38135  
    10751075 *
    10761076 * There are also SEO benefits to having the blog title after or to the 'right'
    1077  * or the page title. However, it is mostly common sense to have the blog title
     1077 * of the page title. However, it is mostly common sense to have the blog title
    10781078 * to the right with most browsers supporting tabs. You can achieve this by
    10791079 * using the seplocation parameter and setting the value to 'right'. This change
Note: See TracChangeset for help on using the changeset viewer.