Making WordPress.org

Ticket #3120: 3120.patch

File 3120.patch, 24.3 KB (added by umangvaghela123, 7 years ago)

update link

  • jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php

     
    3737        /**
    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://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
    4141         */
    4242        //add_theme_support( 'post-thumbnails' );
    4343
  • jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/custom-header.php

     
    11<?php
    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 ...
    77
  • jobs.wordpress.net/public_html/wp-content/themes/jobswp/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package jobswp
    1212 */
  • jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/readme.txt

     
    22
    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://codex.wordpress.org/Translating_WordPress
     6https://codex.wordpress.org/Function_Reference/load_theme_textdomain
  • jobs.wordpress.net/public_html/wp-content/themes/jobswp/no-results.php

     
    22/**
    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://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package jobswp
    88 */
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/archive.php

     
    22/**
    33 * The template for displaying Archive pages.
    44 *
    5  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     5 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WCBS
    88 * @since WCBS 1.0
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/inc/custom-header.php

     
    11<?php
    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 ...
    77
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package WCBS
    1212 * @since WCBS 1.0
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/lib/utils/twentyten-functions.php

     
    99 * The first function, twentyten_setup(), sets up the theme by registering support
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    12  * When using a child theme (see http://codex.wordpress.org/Theme_Development and
    13  * http://codex.wordpress.org/Child_Themes), you can override certain functions
     12 * When using a child theme (see https://codex.wordpress.org/Theme_Development and
     13 * https://codex.wordpress.org/Child_Themes), you can override certain functions
    1414 * (those wrapped in a function_exists() call) by defining them first in your child theme's
    1515 * functions.php file. The child theme's functions.php file is included before the parent
    1616 * theme's file, so the child theme functions would be used.
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/no-results.php

     
    22/**
    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://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package WCBS
    88 * @since WCBS 1.0
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/archive.php

     
    55 * Used to display archive-type pages if nothing more specific matches a query.
    66 * For example, puts together date-based pages if no date.php file exists.
    77 *
    8  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     8 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    99 *
    1010 * @package WordPress
    1111 * @subpackage Twenty_Ten
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package WordPress
    1212 * @subpackage Twenty_Ten
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/utils/twentyten-functions.php

     
    99 * The first function, twentyten_setup(), sets up the theme by registering support
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    12  * When using a child theme (see http://codex.wordpress.org/Theme_Development and
    13  * http://codex.wordpress.org/Child_Themes), you can override certain functions
     12 * When using a child theme (see https://codex.wordpress.org/Theme_Development and
     13 * https://codex.wordpress.org/Child_Themes), you can override certain functions
    1414 * (those wrapped in a function_exists() call) by defining them first in your child theme's
    1515 * functions.php file. The child theme's functions.php file is included before the parent
    1616 * theme's file, so the child theme functions would be used.
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-attachment.php

     
    33 * The loop that displays an attachment.
    44 *
    55 * The loop displays the posts and the post content.  See
    6  * http://codex.wordpress.org/The_Loop to understand it and
    7  * http://codex.wordpress.org/Template_Tags to understand
     6 * https://codex.wordpress.org/The_Loop to understand it and
     7 * https://codex.wordpress.org/Template_Tags to understand
    88 * the tags used in it.
    99 *
    1010 * This can be overridden in child themes with loop-attachment.php.
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-page.php

     
    33 * The loop that displays a page.
    44 *
    55 * The loop displays the posts and the post content.  See
    6  * http://codex.wordpress.org/The_Loop to understand it and
    7  * http://codex.wordpress.org/Template_Tags to understand
     6 * https://codex.wordpress.org/The_Loop to understand it and
     7 * https://codex.wordpress.org/Template_Tags to understand
    88 * the tags used in it.
    99 *
    1010 * This can be overridden in child themes with loop-page.php.
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-single.php

     
    33 * The loop that displays a single post.
    44 *
    55 * The loop displays the posts and the post content.  See
    6  * http://codex.wordpress.org/The_Loop to understand it and
    7  * http://codex.wordpress.org/Template_Tags to understand
     6 * https://codex.wordpress.org/The_Loop to understand it and
     7 * https://codex.wordpress.org/Template_Tags to understand
    88 * the tags used in it.
    99 *
    1010 * This can be overridden in child themes with loop-single.php.
  • wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop.php

     
    33 * The loop that displays posts.
    44 *
    55 * The loop displays the posts and the post content.  See
    6  * http://codex.wordpress.org/The_Loop to understand it and
    7  * http://codex.wordpress.org/Template_Tags to understand
     6 * https://codex.wordpress.org/The_Loop to understand it and
     7 * https://codex.wordpress.org/Template_Tags to understand
    88 * the tags used in it.
    99 *
    1010 * This can be overridden in child themes with loop.php or
  • wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/loop-attachment.php

     
    33 * The loop that displays an attachment.
    44 *
    55 * The loop displays the posts and the post content.  See
    6  * http://codex.wordpress.org/The_Loop to understand it and
    7  * http://codex.wordpress.org/Template_Tags to understand
     6 * https://codex.wordpress.org/The_Loop to understand it and
     7 * https://codex.wordpress.org/Template_Tags to understand
    88 * the tags used in it.
    99 *
    1010 * This can be overridden in child themes with loop-attachment.php.
  • wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php

     
    4949
    5050                        default:
    5151                                if ( 'POST' != strtoupper( $_SERVER['REQUEST_METHOD'] ) ) {
    52                                         die( '<p>Action not implemented. <a href="http://codex.wordpress.org/WordPress.org_API">API Docs</a>.</p>' );
     52                                        die( '<p>Action not implemented. <a href="https://codex.wordpress.org/WordPress.org_API">API Docs</a>.</p>' );
    5353                                } else {
    5454                                        $this->output( (object) array(
    5555                                                'error' => 'Action not implemented'
  • wordpress.org/public_html/wp-content/themes/pub/wporg-apps/archive.php

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

     
    22/**
    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://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package wpmobileapps
    88 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php

     
    3636        /*
    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://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
    4040         */
    4141        add_theme_support( 'post-thumbnails' );
    4242
  • wordpress.org/public_html/wp-content/themes/pub/wporg-apps/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package wpmobileapps
    1212 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-apps/languages/readme.txt

     
    22
    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://codex.wordpress.org/Translating_WordPress
     6https://codex.wordpress.org/Function_Reference/load_theme_textdomain
  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package p2-breathe
    1212 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-command.php

     
    33/**
    44 * The template for displaying Archive pages.
    55 *
    6  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     6 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    77 *
    88 * @package wporg-developer
    99 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php

     
    33/**
    44 * The template for displaying Archive pages.
    55 *
    6  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     6 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    77 *
    88 * @package wporg-developer
    99 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php

     
    33/**
    44 * The template for displaying Archive pages.
    55 *
    6  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     6 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    77 *
    88 * @package wporg-developer
    99 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php

     
    33/**
    44 * The template for displaying Archive pages.
    55 *
    6  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     6 * Learn more: https://codex.wordpress.org/Template_Hierarchy
    77 *
    88 * @package wporg-developer
    99 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-none.php

     
    22/**
    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://codex.wordpress.org/Template_Hierarchy
    66 *
    77 * @package wporg-developer
    88 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php

     
    8585         * - {@see WP_Query::query()}
    8686         * - {@see esc_attr()}
    8787         * - {@see 'pre_get_search_form'}
    88          * - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
     88         * - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
    8989         *
    9090         * Note: Though @see and @link are semantically different in meaning, that isn't always
    9191         * the case with use so this function handles them identically.
     
    134134                                                $link = '<a href="' . esc_url( $link ) . '">' . esc_html( $link ) . '</a>';
    135135                                        }
    136136
    137                                         // Link with linked text: {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
     137                                        // Link with linked text: {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
    138138                                        else {
    139139                                                $link = '<a href="' . esc_url( $parts[0] ) . '">' . esc_html( $parts[1] ) . '</a>';
    140140                                        }
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package wporg-developer
    1212 */
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/languages/readme.txt

     
    22
    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://codex.wordpress.org/Translating_WordPress
     6https://codex.wordpress.org/Function_Reference/load_theme_textdomain
  • wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php

     
    66 * and one of the two required files for a theme (the other being style.css).
    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://codex.wordpress.org/Template_Hierarchy
    1010 *
    1111 * @package wporg-themes
    1212 */