Ticket #3120: 3120.patch
File 3120.patch, 24.3 KB (added by , 7 years ago) |
---|
-
jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
37 37 /** 38 38 * Enable support for Post Thumbnails on posts and pages 39 39 * 40 * @link http ://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails40 * @link https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails 41 41 */ 42 42 //add_theme_support( 'post-thumbnails' ); 43 43 -
jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/custom-header.php
1 1 <?php 2 2 /** 3 3 * Sample implementation of the Custom Header feature 4 * http ://codex.wordpress.org/Custom_Headers4 * https://codex.wordpress.org/Custom_Headers 5 5 * 6 6 * You can add an optional custom header image to header.php like so ... 7 7 -
jobs.wordpress.net/public_html/wp-content/themes/jobswp/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package jobswp 12 12 */ -
jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/readme.txt
2 2 3 3 Please visit the following links to learn more about translating WordPress themes: 4 4 5 http ://codex.wordpress.org/Translating_WordPress6 http ://codex.wordpress.org/Function_Reference/load_theme_textdomain5 https://codex.wordpress.org/Translating_WordPress 6 https://codex.wordpress.org/Function_Reference/load_theme_textdomain -
jobs.wordpress.net/public_html/wp-content/themes/jobswp/no-results.php
2 2 /** 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package jobswp 8 8 */ -
wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/archive.php
2 2 /** 3 3 * The template for displaying Archive pages. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WCBS 8 8 * @since WCBS 1.0 -
wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/inc/custom-header.php
1 1 <?php 2 2 /** 3 3 * Sample implementation of the Custom Header feature 4 * http ://codex.wordpress.org/Custom_Headers4 * https://codex.wordpress.org/Custom_Headers 5 5 * 6 6 * You can add an optional custom header image to header.php like so ... 7 7 -
wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package WCBS 12 12 * @since WCBS 1.0 -
wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/lib/utils/twentyten-functions.php
9 9 * The first function, twentyten_setup(), sets up the theme by registering support 10 10 * for various features in WordPress, such as post thumbnails, navigation menus, and the like. 11 11 * 12 * When using a child theme (see http ://codex.wordpress.org/Theme_Development and13 * http ://codex.wordpress.org/Child_Themes), you can override certain functions12 * 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 14 14 * (those wrapped in a function_exists() call) by defining them first in your child theme's 15 15 * functions.php file. The child theme's functions.php file is included before the parent 16 16 * theme's file, so the child theme functions would be used. -
wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/no-results.php
2 2 /** 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WCBS 8 8 * @since WCBS 1.0 -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/archive.php
5 5 * Used to display archive-type pages if nothing more specific matches a query. 6 6 * For example, puts together date-based pages if no date.php file exists. 7 7 * 8 * Learn more: http ://codex.wordpress.org/Template_Hierarchy8 * Learn more: https://codex.wordpress.org/Template_Hierarchy 9 9 * 10 10 * @package WordPress 11 11 * @subpackage Twenty_Ten -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package WordPress 12 12 * @subpackage Twenty_Ten -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/utils/twentyten-functions.php
9 9 * The first function, twentyten_setup(), sets up the theme by registering support 10 10 * for various features in WordPress, such as post thumbnails, navigation menus, and the like. 11 11 * 12 * When using a child theme (see http ://codex.wordpress.org/Theme_Development and13 * http ://codex.wordpress.org/Child_Themes), you can override certain functions12 * 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 14 14 * (those wrapped in a function_exists() call) by defining them first in your child theme's 15 15 * functions.php file. The child theme's functions.php file is included before the parent 16 16 * theme's file, so the child theme functions would be used. -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-attachment.php
3 3 * The loop that displays an attachment. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * http ://codex.wordpress.org/The_Loop to understand it and7 * http ://codex.wordpress.org/Template_Tags to understand6 * https://codex.wordpress.org/The_Loop to understand it and 7 * https://codex.wordpress.org/Template_Tags to understand 8 8 * the tags used in it. 9 9 * 10 10 * This can be overridden in child themes with loop-attachment.php. -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-page.php
3 3 * The loop that displays a page. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * http ://codex.wordpress.org/The_Loop to understand it and7 * http ://codex.wordpress.org/Template_Tags to understand6 * https://codex.wordpress.org/The_Loop to understand it and 7 * https://codex.wordpress.org/Template_Tags to understand 8 8 * the tags used in it. 9 9 * 10 10 * This can be overridden in child themes with loop-page.php. -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop-single.php
3 3 * The loop that displays a single post. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * http ://codex.wordpress.org/The_Loop to understand it and7 * http ://codex.wordpress.org/Template_Tags to understand6 * https://codex.wordpress.org/The_Loop to understand it and 7 * https://codex.wordpress.org/Template_Tags to understand 8 8 * the tags used in it. 9 9 * 10 10 * This can be overridden in child themes with loop-single.php. -
wordcamp.org/public_html/wp-content/themes/wordcamp-base/loop.php
3 3 * The loop that displays posts. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * http ://codex.wordpress.org/The_Loop to understand it and7 * http ://codex.wordpress.org/Template_Tags to understand6 * https://codex.wordpress.org/The_Loop to understand it and 7 * https://codex.wordpress.org/Template_Tags to understand 8 8 * the tags used in it. 9 9 * 10 10 * This can be overridden in child themes with loop.php or -
wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/loop-attachment.php
3 3 * The loop that displays an attachment. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * http ://codex.wordpress.org/The_Loop to understand it and7 * http ://codex.wordpress.org/Template_Tags to understand6 * https://codex.wordpress.org/The_Loop to understand it and 7 * https://codex.wordpress.org/Template_Tags to understand 8 8 * the tags used in it. 9 9 * 10 10 * 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
49 49 50 50 default: 51 51 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>' ); 53 53 } else { 54 54 $this->output( (object) array( 55 55 'error' => 'Action not implemented' -
wordpress.org/public_html/wp-content/themes/pub/wporg-apps/archive.php
2 2 /** 3 3 * The template for displaying Archive pages. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package wpmobileapps 8 8 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-apps/content-none.php
2 2 /** 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package wpmobileapps 8 8 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php
36 36 /* 37 37 * Enable support for Post Thumbnails on posts and pages. 38 38 * 39 * @link http ://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails39 * @link https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails 40 40 */ 41 41 add_theme_support( 'post-thumbnails' ); 42 42 -
wordpress.org/public_html/wp-content/themes/pub/wporg-apps/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package wpmobileapps 12 12 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-apps/languages/readme.txt
2 2 3 3 Please visit the following links to learn more about translating WordPress themes: 4 4 5 http ://codex.wordpress.org/Translating_WordPress6 http ://codex.wordpress.org/Function_Reference/load_theme_textdomain5 https://codex.wordpress.org/Translating_WordPress 6 https://codex.wordpress.org/Function_Reference/load_theme_textdomain -
wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package p2-breathe 12 12 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-command.php
3 3 /** 4 4 * The template for displaying Archive pages. 5 5 * 6 * Learn more: http ://codex.wordpress.org/Template_Hierarchy6 * Learn more: https://codex.wordpress.org/Template_Hierarchy 7 7 * 8 8 * @package wporg-developer 9 9 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php
3 3 /** 4 4 * The template for displaying Archive pages. 5 5 * 6 * Learn more: http ://codex.wordpress.org/Template_Hierarchy6 * Learn more: https://codex.wordpress.org/Template_Hierarchy 7 7 * 8 8 * @package wporg-developer 9 9 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php
3 3 /** 4 4 * The template for displaying Archive pages. 5 5 * 6 * Learn more: http ://codex.wordpress.org/Template_Hierarchy6 * Learn more: https://codex.wordpress.org/Template_Hierarchy 7 7 * 8 8 * @package wporg-developer 9 9 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php
3 3 /** 4 4 * The template for displaying Archive pages. 5 5 * 6 * Learn more: http ://codex.wordpress.org/Template_Hierarchy6 * Learn more: https://codex.wordpress.org/Template_Hierarchy 7 7 * 8 8 * @package wporg-developer 9 9 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-none.php
2 2 /** 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package wporg-developer 8 8 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
85 85 * - {@see WP_Query::query()} 86 86 * - {@see esc_attr()} 87 87 * - {@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} 89 89 * 90 90 * Note: Though @see and @link are semantically different in meaning, that isn't always 91 91 * the case with use so this function handles them identically. … … 134 134 $link = '<a href="' . esc_url( $link ) . '">' . esc_html( $link ) . '</a>'; 135 135 } 136 136 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} 138 138 else { 139 139 $link = '<a href="' . esc_url( $parts[0] ) . '">' . esc_html( $parts[1] ) . '</a>'; 140 140 } -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package wporg-developer 12 12 */ -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/languages/readme.txt
2 2 3 3 Please visit the following links to learn more about translating WordPress themes: 4 4 5 http ://codex.wordpress.org/Translating_WordPress6 http ://codex.wordpress.org/Function_Reference/load_theme_textdomain5 https://codex.wordpress.org/Translating_WordPress 6 https://codex.wordpress.org/Function_Reference/load_theme_textdomain -
wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
6 6 * and one of the two required files for a theme (the other being style.css). 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package wporg-themes 12 12 */