Making WordPress.org

Changeset 8232


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

Jobs Theme: Update URLs to HTTPS where possible or to new URLs for those that now redirect.

Props umangvaghela123, coffee2code.
See #3120.

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

Legend:

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

    r5376 r8232  
    3838     * Enable support for Post Thumbnails on posts and pages
    3939     *
    40      * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
     40     * @link https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails
    4141     */
    4242    //add_theme_support( 'post-thumbnails' );
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/custom-header.php

    r88 r8232  
    22/**
    33 * Sample implementation of the Custom Header feature
    4  * http://codex.wordpress.org/Custom_Headers
     4 * https://codex.wordpress.org/Custom_Headers
    55 *
    66 * You can add an optional custom header image to header.php like so ...
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/jetpack.php

    r88 r8232  
    22/**
    33 * Jetpack Compatibility File
    4  * See: http://jetpack.me/
     4 * See: https://jetpack.me/
    55 *
    66 * @package jobswp
     
    99/**
    1010 * Add theme support for Infinite Scroll.
    11  * See: http://jetpack.me/support/infinite-scroll/
     11 * See: https://jetpack.me/support/infinite-scroll/
    1212 */
    1313function jobswp_jetpack_setup() {
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/index.php

    r88 r8232  
    77 * It is used to display a page when nothing more specific matches a query.
    88 * E.g., it puts together the home page when no home.php file exists.
    9  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
    1010 *
    1111 * @package jobswp
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/_s.pot

    r88 r8232  
    44msgstr ""
    55"Project-Id-Version: _s 1.3-wpcom\n"
    6 "Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
    77"POT-Creation-Date: 2013-05-28 16:41:49+00:00\n"
    88"MIME-Version: 1.0\n"
     
    337337
    338338#. Theme URI of the plugin/theme
    339 msgid "http://underscores.me"
     339msgid "https://jobs.wordpress.net/"
    340340msgstr ""
    341341
     
    347347"theme out there. That's what I'm here for."
    348348msgstr ""
    349 
    350 #. Author of the plugin/theme
    351 msgid "Automattic"
    352 msgstr ""
    353 
    354 #. Author URI of the plugin/theme
    355 msgid "http://automattic.com/"
    356 msgstr ""
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/readme.txt

    r88 r8232  
    33Please visit the following links to learn more about translating WordPress themes:
    44
    5 http://codex.wordpress.org/Translating_WordPress
    6 http://codex.wordpress.org/Function_Reference/load_theme_textdomain
     5https://make.wordpress.org/polyglots/handbook/
     6https://codex.wordpress.org/Function_Reference/load_theme_textdomain
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/no-results.php

    r88 r8232  
    33 * The template part for displaying a message that posts cannot be found.
    44 *
    5  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     5 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
    66 *
    77 * @package jobswp
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/rtl.css

    r88 r8232  
    66of your CSS stylesheet in a separate stylesheet file named rtl.css.
    77
    8 http://codex.wordpress.org/Right_to_Left_Language_Support
     8https://codex.wordpress.org/Right_to_Left_Language_Support
    99
    1010*/
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r5380 r8232  
    11/*
    22Theme Name: jobswp
    3 Theme URI: http://underscores.me/
     3Theme URI: https://jobs.wordpress.net/
    44Author: melchoyce, coffee2code
    55Description: Theme for jobs.wordpress.net
     
    1212Use it to make something cool, have fun, and share what you've learned with others.
    1313
    14  jobswp is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
     14 jobswp is based on Underscores https://underscores.me/, (C) 2012-2013 Automattic, Inc.
    1515
    1616Resetting and rebuilding styles have been helped along thanks to the fine work of
    17 Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
    18 along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
     17Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
     18along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
    1919and Blueprint http://www.blueprintcss.org/
    2020*/
Note: See TracChangeset for help on using the changeset viewer.