From 4c8b3511a2b1b2c54fe6acd0b51bb4242a03155a Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 2 Mar 2016 23:09:12 +0000 Subject: [PATCH] Customizer: Merge two translator comments. git-svn-id: https://develop.svn.wordpress.org/trunk@36809 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-panel.php | 2 +- .../customize/class-wp-customize-nav-menus-panel.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-panel.php b/src/wp-includes/class-wp-customize-panel.php index e33a292818..d5441f6310 100644 --- a/src/wp-includes/class-wp-customize-panel.php +++ b/src/wp-includes/class-wp-customize-panel.php @@ -368,7 +368,7 @@ class WP_Customize_Panel {
{{ data.title }}' ); ?> <# if ( data.description ) { #> diff --git a/src/wp-includes/customize/class-wp-customize-nav-menus-panel.php b/src/wp-includes/customize/class-wp-customize-nav-menus-panel.php index e3be24b003..b581d56f1f 100644 --- a/src/wp-includes/customize/class-wp-customize-nav-menus-panel.php +++ b/src/wp-includes/customize/class-wp-customize-nav-menus-panel.php @@ -84,7 +84,7 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel {
{{ data.title }}' ); ?>