mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Use HTTPS URLs for trac.wordpress.org (and use core.trac.wordpress.org)
see #27115 git-svn-id: https://develop.svn.wordpress.org/trunk@29789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -148,7 +148,7 @@ class WPProfiler {
|
||||
}
|
||||
|
||||
function _query_count($queries) {
|
||||
// this requires the savequeries patch at http://trac.wordpress.org/ticket/5218
|
||||
// this requires the savequeries patch at https://core.trac.wordpress.org/ticket/5218
|
||||
$out = array();
|
||||
foreach ($queries as $q) {
|
||||
if (empty($q[2]))
|
||||
|
||||
@@ -87,7 +87,7 @@ class Tests_Image_Meta extends WP_UnitTestCase {
|
||||
*/
|
||||
function test_exif_error() {
|
||||
|
||||
// http://trac.wordpress.org/ticket/6571
|
||||
// https://core.trac.wordpress.org/ticket/6571
|
||||
// this triggers a warning mesage when reading the exif block
|
||||
$out = wp_read_image_metadata(DIR_TESTDATA.'/images/waffles.jpg');
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ class Tests_Post extends WP_UnitTestCase {
|
||||
|
||||
function test_vb_insert_future_edit_bug() {
|
||||
// future post bug: posts get published at the wrong time if you edit the timestamp
|
||||
// http://trac.wordpress.org/ticket/4710
|
||||
// https://core.trac.wordpress.org/ticket/4710
|
||||
|
||||
$future_date_1 = strtotime('+1 day');
|
||||
$future_date_2 = strtotime('+2 day');
|
||||
|
||||
Reference in New Issue
Block a user