Changeset 43174 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 05/05/2018 09:44:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r42710 r43174 3746 3746 3747 3747 /** 3748 * Adds element attributes to open links in new windows.3748 * Adds element attributes to open links in new tabs. 3749 3749 * 3750 3750 * @since 0.71 3751 3751 * @deprecated 4.5.0 3752 3752 * 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. 3754 3754 * @return string Content that has filtered links. 3755 3755 */
Note: See TracChangeset
for help on using the changeset viewer.