Make WordPress Core


Ignore:
Timestamp:
03/08/2014 04:13:28 AM (11 years ago)
Author:
nacin
Message:

Use SSL when linking to WordPress.org. see #27115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin-footer.php

    r27145 r27469  
    2727    <p id="footer-left" class="alignleft">
    2828        <?php
     29        $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
    2930        /**
    3031         * Filter the "Thank you" text displayed in the admin footer.
     
    3435         * @param string $text The content that will be printed.
    3536         */
    36         echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>' );
     37        echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );
    3738        ?>
    3839    </p>
Note: See TracChangeset for help on using the changeset viewer.