瀏覽代碼

Merge branch 'master' of github.com:Automattic/themes

Allan Cole 7 年之前
父節點
當前提交
ec25a132d4
共有 49 個文件被更改,包括 15 次插入5 次删除
  1. 二進制
      affinity/assets/img/autumn.jpg
  2. 二進制
      affinity/assets/img/camera.jpg
  3. 二進制
      affinity/assets/img/car.jpg
  4. 二進制
      affinity/assets/img/thumbs/camera.jpg
  5. 二進制
      affinity/assets/img/thumbs/car.jpg
  6. 二進制
      affinity/assets/img/thumbs/tulips.jpg
  7. 二進制
      affinity/assets/img/tulips.jpg
  8. 二進制
      affinity/assets/img/typewriter.jpg
  9. 二進制
      affinity/screenshot.png
  10. 10 1
      altofocus/inc/extras.php
  11. 二進制
      altofocus/screenshot.png
  12. 二進制
      button-2/screenshot.png
  13. 二進制
      canard/screenshot.png
  14. 二進制
      dara/screenshot.png
  15. 二進制
      gazette/screenshot.png
  16. 二進制
      illustratr/screenshot.png
  17. 二進制
      independent-publisher-2/screenshot.png
  18. 二進制
      intergalactic-2/screenshot.png
  19. 二進制
      ixion/screenshot.png
  20. 二進制
      karuna/assets/images/header-thumb.jpg
  21. 二進制
      karuna/assets/images/header.jpg
  22. 二進制
      karuna/assets/images/header2-thumb.jpg
  23. 二進制
      karuna/assets/images/header2.jpg
  24. 二進制
      karuna/assets/images/header3-thumb.jpg
  25. 二進制
      karuna/assets/images/header3.jpg
  26. 二進制
      karuna/screenshot.png
  27. 二進制
      libre-2/screenshot.png
  28. 二進制
      libretto/images/grain.jpg
  29. 二進制
      libretto/screenshot.png
  30. 二進制
      lodestar/assets/images/header.jpg
  31. 二進制
      lodestar/screenshot.png
  32. 二進制
      penscratch-2/screenshot.png
  33. 二進制
      pique/assets/images/default-header.jpg
  34. 二進制
      pique/screenshot.png
  35. 二進制
      publication/screenshot.png
  36. 2 2
      radcliffe-2/inc/template-tags.php
  37. 二進制
      radcliffe-2/screenshot.png
  38. 二進制
      radcliffe-2/styles/colorful.png
  39. 二進制
      radcliffe-2/styles/default.png
  40. 二進制
      radcliffe-2/styles/modern.png
  41. 二進制
      radcliffe-2/styles/vintage.png
  42. 二進制
      rebalance/screenshot.png
  43. 2 1
      scratchpad/inc/custom-header.php
  44. 二進制
      scratchpad/screenshot.png
  45. 1 1
      scratchpad/style.css
  46. 二進制
      shoreditch/screenshot.png
  47. 二進制
      sketch/screenshot.png
  48. 二進制
      textbook/screenshot.png
  49. 二進制
      toujours/screenshot.png

二進制
affinity/assets/img/autumn.jpg


二進制
affinity/assets/img/camera.jpg


二進制
affinity/assets/img/car.jpg


二進制
affinity/assets/img/thumbs/camera.jpg


二進制
affinity/assets/img/thumbs/car.jpg


二進制
affinity/assets/img/thumbs/tulips.jpg


二進制
affinity/assets/img/tulips.jpg


二進制
affinity/assets/img/typewriter.jpg


二進制
affinity/screenshot.png


+ 10 - 1
altofocus/inc/extras.php

@@ -139,6 +139,12 @@ add_action( 'wp_head', 'altofocus_pingback_header' );
 function altofocus_slideshow_gallery_filter( $output, $attr ) {
 
 	global $post;
+	
+	static $count = 0;
+	
+	if ( $count > 0 ) {
+		return $output; // Ensure the gallery output is replaced once.
+	}
 
 	static $instance = 0;
 	$instance++;
@@ -222,5 +228,8 @@ function altofocus_slideshow_gallery_filter( $output, $attr ) {
 	}
 
 	$output .= '</section>';
+	
+	$count++; // Update counter after successful replacement.
+	
 	return $output;
-}
+}

二進制
altofocus/screenshot.png


二進制
button-2/screenshot.png


二進制
canard/screenshot.png


二進制
dara/screenshot.png


二進制
gazette/screenshot.png


二進制
illustratr/screenshot.png


二進制
independent-publisher-2/screenshot.png


二進制
intergalactic-2/screenshot.png


二進制
ixion/screenshot.png


二進制
karuna/assets/images/header-thumb.jpg


二進制
karuna/assets/images/header.jpg


二進制
karuna/assets/images/header2-thumb.jpg


二進制
karuna/assets/images/header2.jpg


二進制
karuna/assets/images/header3-thumb.jpg


二進制
karuna/assets/images/header3.jpg


二進制
karuna/screenshot.png


二進制
libre-2/screenshot.png


二進制
libretto/images/grain.jpg


二進制
libretto/screenshot.png


二進制
lodestar/assets/images/header.jpg


二進制
lodestar/screenshot.png


二進制
penscratch-2/screenshot.png


二進制
pique/assets/images/default-header.jpg


二進制
pique/screenshot.png


二進制
publication/screenshot.png


+ 2 - 2
radcliffe-2/inc/template-tags.php

@@ -66,14 +66,14 @@ function radcliffe_2_entry_footer() {
 	if ( 'post' === get_post_type() ) {
 		/* translators: used between list items, there is a space after the comma */
 		$categories_list = get_the_category_list( esc_html__( ', ', 'radcliffe-2' ) );
-		if ( $categories_list ) {
+		if ( $categories_list && ! is_wp_error( $categories_list ) ) {
 			/* translators: 1: list of categories. */
 			echo '<span class="cat-links">' . radcliffe_2_get_svg( array( 'icon' => 'category', 'title' => esc_html__( 'Categories', 'radcliffe-2' ) ) ) . $categories_list . '</span>';
 		}
 
 		/* translators: used between list items, there is a space after the comma */
 		$tags_list = get_the_tag_list( '', esc_html_x( ', ', 'list item separator', 'radcliffe-2' ) );
-		if ( $tags_list ) {
+		if ( $tags_list && ! is_wp_error( $tags_list ) ) {
 			/* translators: 1: list of tags. */
 			echo '<span class="tags-links">' . radcliffe_2_get_svg( array( 'icon' => 'tag', 'title' => esc_html__( 'Tags', 'radcliffe-2' ) ) ) . $tags_list . '</span>';
 		}

二進制
radcliffe-2/screenshot.png


二進制
radcliffe-2/styles/colorful.png


二進制
radcliffe-2/styles/default.png


二進制
radcliffe-2/styles/modern.png


二進制
radcliffe-2/styles/vintage.png


二進制
rebalance/screenshot.png


+ 2 - 1
scratchpad/inc/custom-header.php

@@ -65,7 +65,8 @@ function scratchpad_header_style() {
 		// If the user has set a custom color for the text use that.
 		else :
 	?>
-		.site-title a {
+		#masthead .site-title a,
+		#masthead .site-description {
 			color: #<?php echo esc_attr( $header_text_color ); ?>;
 		}
 	<?php endif; ?>

二進制
scratchpad/screenshot.png


+ 1 - 1
scratchpad/style.css

@@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/scratchpad
 Author: Automattic
 Author URI: http://wordpress.com/themes
 Description: A colorful theme for collecting your ideas.
-Version: 1.0.5-wpcom
+Version: 1.0.6-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: scratchpad

二進制
shoreditch/screenshot.png


二進制
sketch/screenshot.png


二進制
textbook/screenshot.png


二進制
toujours/screenshot.png