Making WordPress.org

Changeset 8231


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

Jobs: Update URLs to HTTPS where possible.

See #3120.

Location:
sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp
Files:
2 edited

Legend:

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

    r2724 r8231  
    33 * Plugin Name: JobsWP reCaptcha
    44 * Version:     1.1
    5  * Plugin URI:  http://jobs.wordpress.net
     5 * Plugin URI:  https://jobs.wordpress.net/
    66 * Author:      Scott Reilly
    77 * Description: Adds reCaptcha field to job posting form for jobs.wordpress.net.
  • 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.