mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
Administration: Change all the occurrences of "(opens in a new window)" to "(opens in a new tab)".
Props chetan200891, ianbelanger, afercia. Fixes #43803. git-svn-id: https://develop.svn.wordpress.org/trunk@43174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3745,12 +3745,12 @@ function comments_popup_script() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds element attributes to open links in new windows.
|
||||
* Adds element attributes to open links in new tabs.
|
||||
*
|
||||
* @since 0.71
|
||||
* @deprecated 4.5.0
|
||||
*
|
||||
* @param string $text Content to replace links to open in a new window.
|
||||
* @param string $text Content to replace links to open in a new tab.
|
||||
* @return string Content that has filtered links.
|
||||
*/
|
||||
function popuplinks( $text ) {
|
||||
|
||||
Reference in New Issue
Block a user