From d21d53728065dcc984d9c12bf14968cb98373867 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Thu, 10 Mar 2016 18:53:25 +0000 Subject: [PATCH] Customize: Use full URL to image to prevent breakage if moved. See https://core.trac.wordpress.org/ticket/33755#comment:103 See #33755. Built from https://develop.svn.wordpress.org/trunk@36948 git-svn-id: http://core.svn.wordpress.org/trunk@36916 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-site-icon-control.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-site-icon-control.php b/wp-includes/customize/class-wp-customize-site-icon-control.php index ee2504e834..5863f6e382 100644 --- a/wp-includes/customize/class-wp-customize-site-icon-control.php +++ b/wp-includes/customize/class-wp-customize-site-icon-control.php @@ -63,7 +63,7 @@ class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control
- <?php esc_attr_e( 'Browser interface preview' ); ?> + <?php esc_attr_e( 'Browser interface preview' ); ?>
<?php esc_attr_e( 'Preview as a browser icon' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 42044b2ff8..ca8e14bd45 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36947'; +$wp_version = '4.5-beta3-36948'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.