IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
1482 | 1482 | * Filter the archive link content. |
1483 | 1483 | * |
1484 | 1484 | * @since 2.6.0 |
| 1485 | * @since 4.5.0 Add new params. |
1485 | 1486 | * |
1486 | 1487 | * @param string $link_html The archive HTML link content. |
| 1488 | * @param string $url URL to archive. |
| 1489 | * @param string $text Archive text description. |
1487 | 1490 | */ |
1488 | | return apply_filters( 'get_archives_link', $link_html ); |
| 1491 | return apply_filters( 'get_archives_link', $link_html, $url, $text ); |
1489 | 1492 | } |
1490 | 1493 | |
1491 | 1494 | /** |