Make WordPress Core


Ignore:
Timestamp:
05/05/2018 09:44:21 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Administration: Change all the occurrences of "(opens in a new window)" to "(opens in a new tab)".

Props chetan200891, ianbelanger, afercia.
Fixes #43803.

File:
1 edited

Legend:

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

    r42710 r43174  
    37463746
    37473747/**
    3748  * Adds element attributes to open links in new windows.
     3748 * Adds element attributes to open links in new tabs.
    37493749 *
    37503750 * @since 0.71
    37513751 * @deprecated 4.5.0
    37523752 *
    3753  * @param string $text Content to replace links to open in a new window.
     3753 * @param string $text Content to replace links to open in a new tab.
    37543754 * @return string Content that has filtered links.
    37553755 */
Note: See TracChangeset for help on using the changeset viewer.