Making WordPress.org


Ignore:
Timestamp:
02/12/2019 10:21:56 PM (6 years ago)
Author:
coffee2code
Message:

Jobs: Update URLs to HTTPS where possible.

See #3120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp.php

    r6431 r8231  
    33Plugin Name: JobsWP
    44Version: 1.2
    5 Plugin URI: http://jobs.wordpress.net
     5Plugin URI: https://jobs.wordpress.net/
    66Author: Scott Reilly
    77Description: Functionality for jobs.wordpress.net
     
    658658            $headers['From'] = 'jobs.wordpress.net <jobs@wordpress.net>';
    659659
    660             $body = sprintf( $body, $title, 'http://jobs.wordpress.net/', $token, self::get_days_until_pruning(), 'http://jobs.wordpress.net/remove-a-job/' );
     660            $body = sprintf( $body, $title, 'https://jobs.wordpress.net/', $token, self::get_days_until_pruning(), 'https://jobs.wordpress.net/remove-a-job/' );
    661661
    662662            if ( $to ) {
Note: See TracChangeset for help on using the changeset viewer.