Changeset 59165
- Timestamp:
- 10/04/2024 11:02:27 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r59143 r59165 5393 5393 * @global string $_links_add_base 5394 5394 * 5395 * @param string $content String to search for links in.5396 * @param string $base The base URL to prefix to links.5397 * @param array$attrs The attributes which should be processed.5395 * @param string $content String to search for links in. 5396 * @param string $base The base URL to prefix to links. 5397 * @param string[] $attrs The attributes which should be processed. 5398 5398 * @return string The processed content. 5399 5399 */
Note: See TracChangeset
for help on using the changeset viewer.