Making WordPress.org

Changeset 8122


Ignore:
Timestamp:
01/21/2019 10:20:00 PM (8 years ago)
Author:
coffee2code
Message:

Main: Change Last.fm URL to HTTPS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php

    r8098 r8122  
    7272                                                <?php
    7373                                                /* translators: 1: Link to playlist */
    74                                                 printf( wp_kses_post( __( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'http://www.last.fm/tag/wordpress-release-jazz' ) );
     74                                                printf( wp_kses_post( __( 'WordPress core developers share a love of jazz music, and all our major releases are named in honor of jazz musicians we personally admire. Here&#8217;s a list of releases and the musicians they were named for. <a href="%s">You can listen to a Last.fm station of all the musicians we named a release for</a>.', 'wporg' ) ), esc_url( 'https://www.last.fm/tag/wordpress-release-jazz' ) );
    7575                                                ?>
    7676                                        </p>
Note: See TracChangeset for help on using the changeset viewer.