Making WordPress.org

Changeset 8240


Ignore:
Timestamp:
02/13/2019 07:41:09 PM (6 years ago)
Author:
coffee2code
Message:

apps.wordpress.org: Update URLs to HTTPS where possible or to new URLs for those that now redirect.

Props umangvaghela123, coffee2code.
See #3120.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/animate.css

    r843 r8240  
    22
    33/*!
    4 Animate.css - http://daneden.me/animate
    5 Licensed under the MIT license - http://opensource.org/licenses/MIT
     4Animate.css - https://daneden.github.io/animate.css/
     5Licensed under the MIT license - https://opensource.org/licenses/MIT
    66
    77Copyright (c) 2013 Daniel Eden
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/archive.php

    r843 r8240  
    33 * The template for displaying Archive pages.
    44 *
    5  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     5 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
    66 *
    77 * @package wpmobileapps
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/content-none.php

    r843 r8240  
    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 wpmobileapps
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php

    r2293 r8240  
    3737     * Enable support for Post Thumbnails on posts and pages.
    3838     *
    39      * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
     39     * @link https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails
    4040     */
    4141    add_theme_support( 'post-thumbnails' );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/extras.php

    r2042 r8240  
    7272 *
    7373 * This provides backwards compatibility with
    74  * http://core.trac.wordpress.org/changeset/25574
     74 * https://core.trac.wordpress.org/changeset/25574
    7575 *
    7676 * It removes the need to call the_post() and rewind_posts() in an author
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/inc/jetpack.php

    r843 r8240  
    22/**
    33 * Jetpack Compatibility File
    4  * See: http://jetpack.me/
     4 * See: https://jetpack.me/
    55 *
    66 * @package wpmobileapps
     
    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 wpmobileapps_jetpack_setup() {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/index.php

    r843 r8240  
    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 wpmobileapps
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/rtl.css

    r843 r8240  
    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/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/style.css

    r2096 r8240  
    11/*
    22Theme Name: wpmobileapps
    3 Theme URI: http://underscores.me/
     3Theme URI: https://apps.wordpress.org/
    44Author: Dave Whitley
    5 Author URI: http://underscores.me/
     5Author URI: https://underscores.me/
    66Description: WordPress Mobile Apps Site
    77Version: 1.0
     
    1515Use it to make something cool, have fun, and share what you've learned with others.
    1616
    17  wpmobileapps is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
     17 wpmobileapps is based on Underscores https://underscores.me/, (C) 2012-2014 Automattic, Inc.
    1818
    1919Resetting and rebuilding styles have been helped along thanks to the fine work of
    20 Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
    21 along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
     20Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
     21along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
    2222and Blueprint http://www.blueprintcss.org/
    2323*/
     
    5858*:before,
    5959*:after {
    60   /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
     60  /* apply a natural box layout model to all elements; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    6161  -moz-box-sizing: border-box;
    6262  -webkit-box-sizing: border-box;
     
    23592359}
    23602360/*
    2361 Animate.css - http://daneden.me/animate
    2362 Licensed under the MIT license - http://opensource.org/licenses/MIT
     2361Animate.css - https://daneden.github.io/animate.css/
     2362Licensed under the MIT license - https://opensource.org/licenses/MIT
    23632363
    23642364Copyright (c) 2013 Daniel Eden
Note: See TracChangeset for help on using the changeset viewer.