wp/wp-admin/includes/class-wp-themes-list-table.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   127 			}
   127 			}
   128 		}
   128 		}
   129 		// Fallthrough.
   129 		// Fallthrough.
   130 		printf(
   130 		printf(
   131 			/* translators: %s: Network title. */
   131 			/* translators: %s: Network title. */
   132 			__( 'Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.' ),
   132 			__( 'Only the active theme is available to you. Contact the %s administrator for information about accessing additional themes.' ),
   133 			get_site_option( 'site_name' )
   133 			get_site_option( 'site_name' )
   134 		);
   134 		);
   135 	}
   135 	}
   136 
   136 
   137 	/**
   137 	/**
   245 			$screenshot = $theme->get_screenshot();
   245 			$screenshot = $theme->get_screenshot();
   246 			?>
   246 			?>
   247 
   247 
   248 			<span class="screenshot hide-if-customize">
   248 			<span class="screenshot hide-if-customize">
   249 				<?php if ( $screenshot ) : ?>
   249 				<?php if ( $screenshot ) : ?>
   250 					<img src="<?php echo esc_url( $screenshot ); ?>" alt="" />
   250 					<img src="<?php echo esc_url( $screenshot . '?ver=' . $theme->version ); ?>" alt="" />
   251 				<?php endif; ?>
   251 				<?php endif; ?>
   252 			</span>
   252 			</span>
   253 			<a href="<?php echo wp_customize_url( $stylesheet ); ?>" class="screenshot load-customize hide-if-no-customize">
   253 			<a href="<?php echo wp_customize_url( $stylesheet ); ?>" class="screenshot load-customize hide-if-no-customize">
   254 				<?php if ( $screenshot ) : ?>
   254 				<?php if ( $screenshot ) : ?>
   255 					<img src="<?php echo esc_url( $screenshot ); ?>" alt="" />
   255 					<img src="<?php echo esc_url( $screenshot . '?ver=' . $theme->version ); ?>" alt="" />
   256 				<?php endif; ?>
   256 				<?php endif; ?>
   257 			</a>
   257 			</a>
   258 
   258 
   259 			<h3><?php echo $title; ?></h3>
   259 			<h3><?php echo $title; ?></h3>
   260 			<div class="theme-author">
   260 			<div class="theme-author">