Skip to content
Snippets Groups Projects
Commit a9c101cf authored by agata's avatar agata
Browse files

[auto] theme: twentyten 3.3

parent 0f3b70fd
Branches
Tags
No related merge requests found
...@@ -41,7 +41,7 @@ if ( get_the_author_meta( 'description' ) ) : ...@@ -41,7 +41,7 @@ if ( get_the_author_meta( 'description' ) ) :
<div id="author-avatar"> <div id="author-avatar">
<?php <?php
/** /**
* Filter the Twenty Ten author bio avatar size. * Filters the Twenty Ten author bio avatar size.
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
......
...@@ -11,6 +11,7 @@ Description: Used to style blocks in the editor. ...@@ -11,6 +11,7 @@ Description: Used to style blocks in the editor.
3.0 Blocks - Common Blocks 3.0 Blocks - Common Blocks
4.0 Blocks - Formatting 4.0 Blocks - Formatting
5.0 Blocks - Widgets 5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/ --------------------------------------------------------------*/
/*-------------------------------------------------------------- /*--------------------------------------------------------------
...@@ -95,7 +96,6 @@ Description: Used to style blocks in the editor. ...@@ -95,7 +96,6 @@ Description: Used to style blocks in the editor.
.edit-post-visual-editor ol, .edit-post-visual-editor ol,
.editor-block-list__block ol, .editor-block-list__block ol,
.block-library-list ol.editor-rich-text__tinymce { .block-library-list ol.editor-rich-text__tinymce {
margin: 0 0 18px 1.5em;
padding: 0; padding: 0;
} }
...@@ -129,14 +129,21 @@ Description: Used to style blocks in the editor. ...@@ -129,14 +129,21 @@ Description: Used to style blocks in the editor.
margin-bottom: 0; margin-bottom: 0;
} }
.rtl .edit-post-visual-editor ul:not(.wp-block-gallery), .rtl .editor-styles-wrapper ul ul,
.rtl .editor-block-list__block ul:not(.wp-block-gallery), .rtl .editor-styles-wrapper ol ol,
.rtl .block-library-list ul, .rtl .editor-styles-wrapper ul ol,
.rtl .edit-post-visual-editor ol, .rtl .editor-styles-wrapper ol ul {
.rtl .editor-block-list__block ol,
.rtl .block-library-list ol {
margin-left: 0; margin-left: 0;
margin-right: 1.25em; margin-right: 1.5em;
}
.wp-block-freeform.block-library-rich-text__tinymce ul,
.wp-block-freeform.block-library-rich-text__tinymce ol {
padding-left: 1.5em;
}
.rtl .wp-block-freeform.block-library-rich-text__tinymce ul,
.rtl .wp-block-freeform.block-library-rich-text__tinymce ol {
padding: 0; padding: 0;
} }
...@@ -306,3 +313,57 @@ p.has-drop-cap:not(:focus)::first-letter { ...@@ -306,3 +313,57 @@ p.has-drop-cap:not(:focus)::first-letter {
.edit-post-visual-editor .wp-block-latest-posts.is-grid li { .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
margin-bottom: 1em; margin-bottom: 1em;
} }
/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/
:root .editor-styles-wrapper .has-blue-color,
:root .editor-styles-wrapper .has-blue-color:visited {
color: #0066cc;
}
:root .editor-styles-wrapper .has-blue-background-color,
:root .editor-styles-wrapper .has-blue-background-color:visited {
background-color: #0066cc;
}
:root .editor-styles-wrapper .has-black-color,
:root .editor-styles-wrapper .has-black-color:visited {
color: #000;
}
:root .editor-styles-wrapper .has-black-background-color,
:root .editor-styles-wrapper .has-black-background-color:visited {
background-color: #000;
}
:root .editor-styles-wrapper .has-medium-gray-color,
:root .editor-styles-wrapper .has-medium-gray-color:visited {
color: #666;
}
:root .editor-styles-wrapper .has-medium-gray-background-color,
:root .editor-styles-wrapper .has-medium-gray-background-color:visited {
background-color: #666;
}
:root .editor-styles-wrapper .has-light-gray-color,
:root .editor-styles-wrapper .has-light-gray-color:visited {
color: #f1f1f1;
}
:root .editor-styles-wrapper .has-light-gray-background-color,
:root .editor-styles-wrapper .has-light-gray-background-color:visited {
background-color: #f1f1f1;
}
:root .editor-styles-wrapper .has-white-color,
:root .editor-styles-wrapper .has-white-color:visited {
color: #fff;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .editor-styles-wrapper .has-white-background-color:visited {
background-color: #fff;
}
...@@ -157,7 +157,7 @@ if ( ! function_exists( 'twentyten_setup' ) ) : ...@@ -157,7 +157,7 @@ if ( ! function_exists( 'twentyten_setup' ) ) :
'default-image' => '%s/images/headers/path.jpg', 'default-image' => '%s/images/headers/path.jpg',
// The height and width of our custom header. // The height and width of our custom header.
/** /**
* Filter the Twenty Ten default header image width. * Filters the Twenty Ten default header image width.
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
...@@ -165,7 +165,7 @@ if ( ! function_exists( 'twentyten_setup' ) ) : ...@@ -165,7 +165,7 @@ if ( ! function_exists( 'twentyten_setup' ) ) :
*/ */
'width' => apply_filters( 'twentyten_header_image_width', 940 ), 'width' => apply_filters( 'twentyten_header_image_width', 940 ),
/** /**
* Filter the Twenty Ten defaul header image height. * Filters the Twenty Ten defaul header image height.
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
...@@ -341,7 +341,7 @@ endif; ...@@ -341,7 +341,7 @@ endif;
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
* @param string $more The Read More text. * @param string $more The Read More text.
* @return string An ellipsis. * @return string The filtered Read More text.
*/ */
function twentyten_auto_excerpt_more( $more ) { function twentyten_auto_excerpt_more( $more ) {
if ( ! is_admin() ) { if ( ! is_admin() ) {
...@@ -359,7 +359,7 @@ add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' ); ...@@ -359,7 +359,7 @@ add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
* @param string $output The "Coninue Reading" link. * @param string $output The "Continue Reading" link.
* @return string Excerpt with a pretty "Continue Reading" link. * @return string Excerpt with a pretty "Continue Reading" link.
*/ */
function twentyten_custom_excerpt_more( $output ) { function twentyten_custom_excerpt_more( $output ) {
...@@ -410,14 +410,15 @@ if ( ! function_exists( 'twentyten_comment' ) ) : ...@@ -410,14 +410,15 @@ if ( ! function_exists( 'twentyten_comment' ) ) :
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
* @param object $comment The comment object. * @param WP_Comment $comment The comment object.
* @param array $args An array of arguments. @see get_comment_reply_link() * @param array $args An array of arguments. @see get_comment_reply_link()
* @param int $depth The depth of the comment. * @param int $depth The depth of the comment.
*/ */
function twentyten_comment( $comment, $args, $depth ) { function twentyten_comment( $comment, $args, $depth ) {
$GLOBALS['comment'] = $comment; $GLOBALS['comment'] = $comment;
switch ( $comment->comment_type ) : switch ( $comment->comment_type ) :
case '': case '':
case 'comment':
?> ?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>"> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
<div id="comment-<?php comment_ID(); ?>"> <div id="comment-<?php comment_ID(); ?>">
...@@ -434,7 +435,7 @@ if ( ! function_exists( 'twentyten_comment' ) ) : ...@@ -434,7 +435,7 @@ if ( ! function_exists( 'twentyten_comment' ) ) :
if ( $commenter['comment_author_email'] ) { if ( $commenter['comment_author_email'] ) {
$moderation_note = __( 'Your comment is awaiting moderation.', 'twentyten' ); $moderation_note = __( 'Your comment is awaiting moderation.', 'twentyten' );
} else { } else {
$moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.', 'twentyten' ); $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.', 'twentyten' );
} }
?> ?>
...@@ -629,8 +630,9 @@ if ( ! function_exists( 'twentyten_posted_in' ) ) : ...@@ -629,8 +630,9 @@ if ( ! function_exists( 'twentyten_posted_in' ) ) :
*/ */
function twentyten_posted_in() { function twentyten_posted_in() {
// Retrieves tag list of current post, separated by commas. // Retrieves tag list of current post, separated by commas.
$tag_list = get_the_tag_list( '', ', ' ); $tags_list = get_the_tag_list( '', ', ' );
if ( $tag_list && ! is_wp_error( $tag_list ) ) {
if ( $tags_list && ! is_wp_error( $tags_list ) ) {
/* translators: 1: Category name, 2: Tag name, 3: Post permalink, 4: Post title. */ /* translators: 1: Category name, 2: Tag name, 3: Post permalink, 4: Post title. */
$posted_in = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' ); $posted_in = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' );
} elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) { } elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) {
...@@ -640,11 +642,12 @@ if ( ! function_exists( 'twentyten_posted_in' ) ) : ...@@ -640,11 +642,12 @@ if ( ! function_exists( 'twentyten_posted_in' ) ) :
/* translators: 3: Post permalink, 4: Post title. */ /* translators: 3: Post permalink, 4: Post title. */
$posted_in = __( 'Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' ); $posted_in = __( 'Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' );
} }
// Prints the string, replacing the placeholders. // Prints the string, replacing the placeholders.
printf( printf(
$posted_in, $posted_in,
get_the_category_list( ', ' ), get_the_category_list( ', ' ),
$tag_list, $tags_list,
get_permalink(), get_permalink(),
the_title_attribute( 'echo=0' ) the_title_attribute( 'echo=0' )
); );
...@@ -732,7 +735,7 @@ add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); ...@@ -732,7 +735,7 @@ add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' );
*/ */
function twentyten_block_editor_styles() { function twentyten_block_editor_styles() {
// Block styles. // Block styles.
wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20181218' ); wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20201208' );
} }
add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
......
...@@ -38,7 +38,7 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { ...@@ -38,7 +38,7 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
?> ?>
</title> </title>
<link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" />
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
<?php <?php
...@@ -87,12 +87,13 @@ if ( is_singular() && get_option( 'thread_comments' ) ) { ...@@ -87,12 +87,13 @@ if ( is_singular() && get_option( 'thread_comments' ) ) {
} }
// Check if this is a post or page, if it has a thumbnail, and if it's a big one. // Check if this is a post or page, if it has a thumbnail, and if it's a big one.
$image = false;
if ( is_singular() && has_post_thumbnail( $post->ID ) ) { if ( is_singular() && has_post_thumbnail( $post->ID ) ) {
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) ); $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) );
if ( $image && $image[1] >= $header_image_width ) { }
// Houston, we have a new header image! if ( $image && $image[1] >= $header_image_width ) {
echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); // Houston, we have a new header image!
} echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' );
} else { } else {
// Compatibility with versions of WordPress prior to 3.4. // Compatibility with versions of WordPress prior to 3.4.
if ( function_exists( 'get_custom_header' ) ) { if ( function_exists( 'get_custom_header' ) ) {
......
...@@ -263,7 +263,7 @@ msgid "Skip to content" ...@@ -263,7 +263,7 @@ msgid "Skip to content"
msgstr "" msgstr ""
#: loop-attachment.php:25 #: loop-attachment.php:25
msgid "Return to %s" msgid "Go to %s"
msgstr "" msgstr ""
#. translators: %s - title of parent post #. translators: %s - title of parent post
......
...@@ -24,7 +24,7 @@ if ( have_posts() ) { ...@@ -24,7 +24,7 @@ if ( have_posts() ) {
<?php <?php
if ( ! empty( $post->post_parent ) ) : if ( ! empty( $post->post_parent ) ) :
/* translators: %s: Post title. */ /* translators: %s: Post title. */
$post_tile = sprintf( __( 'Return to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ); $post_title = sprintf( __( 'Go to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) );
?> ?>
<p class="page-title"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="gallery"> <p class="page-title"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="gallery">
<?php <?php
...@@ -123,7 +123,7 @@ if ( have_posts() ) { ...@@ -123,7 +123,7 @@ if ( have_posts() ) {
<p class="attachment"><a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment"> <p class="attachment"><a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment">
<?php <?php
/** /**
* Filter the Twenty Ten default attachment width. * Filters the Twenty Ten default attachment width.
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
...@@ -131,7 +131,7 @@ if ( have_posts() ) { ...@@ -131,7 +131,7 @@ if ( have_posts() ) {
*/ */
$attachment_width = apply_filters( 'twentyten_attachment_size', 900 ); $attachment_width = apply_filters( 'twentyten_attachment_size', 900 );
/** /**
* Filter the Twenty Ten default attachment height. * Filters the Twenty Ten default attachment height.
* *
* @since Twenty Ten 1.0 * @since Twenty Ten 1.0
* *
......
...@@ -62,7 +62,7 @@ while ( have_posts() ) : ...@@ -62,7 +62,7 @@ while ( have_posts() ) :
<?php /* How to display posts of the Gallery format. The gallery category is the old way. */ ?> <?php /* How to display posts of the Gallery format. The gallery category is the old way. */ ?>
<?php if ( ( function_exists( 'get_post_format' ) && 'gallery' == get_post_format( $post->ID ) ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?> <?php if ( ( function_exists( 'get_post_format' ) && 'gallery' === get_post_format( $post->ID ) ) || in_category( _x( 'gallery', 'gallery category slug', 'twentyten' ) ) ) : ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
...@@ -102,7 +102,7 @@ while ( have_posts() ) : ...@@ -102,7 +102,7 @@ while ( have_posts() ) :
<div class="entry-utility"> <div class="entry-utility">
<?php <?php
$gallery = get_term_by( 'slug', _x( 'gallery', 'gallery category slug', 'twentyten' ), 'category' ); $gallery = get_term_by( 'slug', _x( 'gallery', 'gallery category slug', 'twentyten' ), 'category' );
if ( function_exists( 'get_post_format' ) && 'gallery' == get_post_format( $post->ID ) ) : if ( function_exists( 'get_post_format' ) && 'gallery' === get_post_format( $post->ID ) ) :
?> ?>
<a href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>" title="<?php esc_attr_e( 'View Galleries', 'twentyten' ); ?>"><?php _e( 'More Galleries', 'twentyten' ); ?></a> <a href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>" title="<?php esc_attr_e( 'View Galleries', 'twentyten' ); ?>"><?php _e( 'More Galleries', 'twentyten' ); ?></a>
<span class="meta-sep">|</span> <span class="meta-sep">|</span>
...@@ -117,7 +117,7 @@ while ( have_posts() ) : ...@@ -117,7 +117,7 @@ while ( have_posts() ) :
<?php /* How to display posts of the Aside format. The asides category is the old way. */ ?> <?php /* How to display posts of the Aside format. The asides category is the old way. */ ?>
<?php elseif ( ( function_exists( 'get_post_format' ) && 'aside' == get_post_format( $post->ID ) ) || in_category( _x( 'asides', 'asides category slug', 'twentyten' ) ) ) : ?> <?php elseif ( ( function_exists( 'get_post_format' ) && 'aside' === get_post_format( $post->ID ) ) || in_category( _x( 'asides', 'asides category slug', 'twentyten' ) ) ) : ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( is_archive() || is_search() ) : // Display excerpts for archives and search. ?> <?php if ( is_archive() || is_search() ) : // Display excerpts for archives and search. ?>
...@@ -176,9 +176,10 @@ while ( have_posts() ) : ...@@ -176,9 +176,10 @@ while ( have_posts() ) :
</span> </span>
<span class="meta-sep">|</span> <span class="meta-sep">|</span>
<?php endif; ?> <?php endif; ?>
<?php <?php
$tags_list = get_the_tag_list( '', ', ' ); $tags_list = get_the_tag_list( '', ', ' );
if ( $tags_list ) : if ( $tags_list && ! is_wp_error( $tags_list ) ) :
?> ?>
<span class="tag-links"> <span class="tag-links">
<?php <?php
...@@ -188,7 +189,9 @@ while ( have_posts() ) : ...@@ -188,7 +189,9 @@ while ( have_posts() ) :
</span> </span>
<span class="meta-sep">|</span> <span class="meta-sep">|</span>
<?php endif; ?> <?php endif; ?>
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
</div><!-- .entry-utility --> </div><!-- .entry-utility -->
</div><!-- #post-<?php the_ID(); ?> --> </div><!-- #post-<?php the_ID(); ?> -->
......
=== Twenty Ten === === Twenty Ten ===
Contributors: wordpressdotorg Contributors: wordpressdotorg
Tested up to: 5.0 Tested up to: 5.6
Stable tag: 3.0 Stable tag: 3.3
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
...@@ -21,7 +21,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress ...@@ -21,7 +21,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress
== Copyright == == Copyright ==
Twenty Ten WordPress Theme, Copyright 2010-2020 WordPress.org & Automattic.com Twenty Ten WordPress Theme, Copyright 2010-2021 WordPress.org & Automattic.com
Twenty Ten is Distributed under the terms of the GNU GPL Twenty Ten is Distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
...@@ -36,6 +36,21 @@ GNU General Public License for more details. ...@@ -36,6 +36,21 @@ GNU General Public License for more details.
== Changelog == == Changelog ==
= 3.3 =
* Released: March 9, 2021
https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.3
= 3.2 =
* Released: December 8, 2020
https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.2
= 3.1 =
* Released: August 11, 2020
https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.1
= 3.0 = = 3.0 =
* Released: March 31, 2020 * Released: March 31, 2020
......
...@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/ ...@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar. Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team Author: the WordPress team
Author URI: https://wordpress.org/ Author URI: https://wordpress.org/
Version: 3.0 Version: 3.3
Requires at least: 3.0 Requires at least: 3.0
Requires PHP: 5.2.4 Requires PHP: 5.2.4
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment