Changeset 57571
- Timestamp:
- 02/08/2024 08:34:32 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r57285 r57571 1573 1573 * @param string $link The widget's secondary link URL. 1574 1574 */ 1575 'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ), 1575 'link' => apply_filters( 1576 'dashboard_secondary_link', 1577 /* translators: Link to the Planet website of the locale. */ 1578 __( 'https://planet.wordpress.org/' ) 1579 ), 1576 1580 1577 1581 /** … … 1582 1586 * @param string $url The widget's secondary feed URL. 1583 1587 */ 1584 'url' => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ), 1588 'url' => apply_filters( 1589 'dashboard_secondary_feed', 1590 /* translators: Link to the Planet feed of the locale. */ 1591 __( 'https://planet.wordpress.org/feed/' ) 1592 ), 1585 1593 1586 1594 /**
Note: See TracChangeset
for help on using the changeset viewer.