Making WordPress.org


Ignore:
Timestamp:
12/06/2020 01:18:58 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-report-topic.php

    r9594 r10492  
    233233                            get_the_author_meta( 'display_name', $report['user'] )
    234234                        ),
    235                         /* translators: localized date format, see https://secure.php.net/date */
     235                        /* translators: localized date format, see https://www.php.net/date */
    236236                        mysql2date( __( 'F j, Y', 'wporg-forums' ), $report['time'] ),
    237                         /* translators: localized time format, see https://secure.php.net/date */
     237                        /* translators: localized time format, see https://www.php.net/date */
    238238                        mysql2date( __( 'g:i a', 'wporg-forums' ), $report['time'] ),
    239239                        ( ! isset( $report['reason'] ) || empty( $report['reason'] ) ?  '' : sprintf(
Note: See TracChangeset for help on using the changeset viewer.