Changeset 5582
- Timestamp:
- 06/15/2017 11:20:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r5581 r5582 205 205 else { 206 206 $link = '<a href="' . 207 207 get_post_type_archive_link( 'wp-parser-function' ) . 208 208 sanitize_title_with_dashes( html_entity_decode( $link ) ) . 209 209 '">' . esc_html( $link ) . '</a>'; 210 210 } 211 211 return $link;
Note: See TracChangeset
for help on using the changeset viewer.