Make WordPress Themes

Opened 2 years ago

Closed 2 years ago

#111586 closed theme (live)

THEME: Twenty Ten – 3.6

Reported by: wordpressdotorg's profile wordpressdotorg Owned by: themetracbot's profile themetracbot
Priority: theme update Keywords: theme-twentyten
Cc: cabal@…

Description

Twenty Ten - 3.6

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.

Theme URL - https://wordpress.org/themes/twentyten/
Author URL - https://wordpress.org/

Trac Browser - https://themes.trac.wordpress.org/browser/twentyten/3.6
WordPress.org - https://wordpress.org/themes/twentyten/

SVN - https://themes.svn.wordpress.org/twentyten/3.6
ZIP - https://wordpress.org/themes/download/twentyten.3.6.zip?nostats=1

Diff with previous version: [0] https://themes.trac.wordpress.org/changeset?old_path=twentyten/3.5&new_path=twentyten/3.6

History:

Ticket Summary Status Resolution Owner
#58 THEME: TwentyTen - 1.0.3 closed live
#439 THEME: Twenty Ten - 1.1 closed live
#2054 THEME: twentyten design starter - 1.1 closed not-approved chipbennett
#3136 THEME: twentyten-nico - 1.2 closed not-approved chipbennett
#3285 THEME: TwentyTen Extended - 1.2 closed closed-newer-version-uploaded emiluzelac
#3339 THEME: TwentyTen Extended - 1.2.1 closed not-approved dremeda
#5781 THEME: Twenty Ten - 1.2 closed live emiluzelac
#5968 THEME: Twenty Ten - 1.3 closed live Otto42
#8190 THEME: Twenty Ten - 1.4 closed live SeizedPropaganda
#10267 THEME: Twenty Ten - 1.5 closed live
#13713 THEME: Twenty Ten - 1.6 closed live chipbennett
#20537 THEME: Twenty Ten - 1.7 closed live Otto42
#22210 THEME: Twenty Ten - 1.8 closed live Otto42
#24501 THEME: Twenty Ten – 1.9 closed live Otto42
#26562 THEME: Twenty Ten – 2.0 closed live Otto42
#29055 THEME: Twenty Ten – 2.1 closed live Otto42
#35555 THEME: Twenty Ten – 2.2 closed live themetracbot
#43632 THEME: Twenty Ten – 2.3 closed live themetracbot
#48264 THEME: Twenty Ten – 2.4 closed live themetracbot
#54707 THEME: Twenty Ten – 2.5 closed live themetracbot
#63043 THEME: Twenty Ten – 2.6 closed live themetracbot
#63578 THEME: Twenty Ten – 2.7 closed live themetracbot
#65822 THEME: Twenty Ten – 2.8 closed live themetracbot
#68776 THEME: Twenty Ten – 2.9 closed live themetracbot
#82463 THEME: Twenty Ten – 3.0 closed live themetracbot
#87643 THEME: Twenty Ten – 3.1 closed live themetracbot
#92545 THEME: Twenty Ten – 3.2 closed live themetracbot
#96436 THEME: Twenty Ten – 3.3 closed live themetracbot
#102972 THEME: Twenty Ten – 3.4 closed live themetracbot
#103162 THEME: Twenty Ten – 3.5 closed live themetracbot
#111586 THEME: Twenty Ten – 3.6 closed live themetracbot

(this ticket)

#128116 THEME: Twenty Ten – 3.7 closed live themetracbot
#137048 THEME: Twenty Ten – 3.8 closed live themetracbot
#147287 THEME: Twenty Ten – 3.9 closed live themetracbot
#155670 THEME: Twenty Ten – 4.0 closed live themetracbot
#170525 THEME: Twenty Ten – 4.1 closed live themetracbot
#181959 THEME: Twenty Ten – 4.2 closed live themetracbot


https://themes.svn.wordpress.org/twentyten/3.6/screenshot.png
Theme Check Results:

  • RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
  • REQUIRED: HEADER_IMAGE' was found in the file functions.php. Use add_theme_support( 'custom-header' ) instead.
    Line 189: define( 'HEADER_IMAGE', $custom_header_support['default-image'] );
    
  • REQUIRED: NO_HEADER_TEXT' was found in the file functions.php. Use add_theme_support( 'custom-header' ) instead.
    Line 188: define( 'NO_HEADER_TEXT', true );
    
  • REQUIRED: HEADER_TEXTCOLOR' was found in the file functions.php. Use add_theme_support( 'custom-header' ) instead.
    Line 187: define( 'HEADER_TEXTCOLOR', '' );
    
  • REQUIRED: HEADER_IMAGE_WIDTH' was found in the file functions.php. Use add_theme_support( 'custom-header' ) instead.
    Line 166: header_image_width', 940 ),
    
Line 190: define( 'HEADER_IMAGE_WIDTH', $custom_header_support['width'] );
  • REQUIRED: HEADER_IMAGE_HEIGHT' was found in the file functions.php. Use add_theme_support( 'custom-header' ) instead.
    Line 174: header_image_height', 198 ),
    
Line 191: define( 'HEADER_IMAGE_HEIGHT', $custom_header_support['height'] );
  • REQUIRED: HEADER_IMAGE_WIDTH; was found in the file header.php. Use add_theme_support( 'custom-header' ) instead.
    Line 86: $header_image_width = HEADER_IMAGE_WIDTH;
    
Line 103: $header_image_width  = HEADER_IMAGE_WIDTH;
  • REQUIRED: HEADER_IMAGE_HEIGHT; was found in the file header.php. Use add_theme_support( 'custom-header' ) instead.
    Line 104: $header_image_height = HEADER_IMAGE_HEIGHT;
    
  • WARNING: add_custom_image_header() found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-header', $args ) instead.
    Line 192: add_custom_image_header( '', $custom_header_support['admin-head-callback'] 
    
Line 265: * Referenced via add_custom_image_header() in twentyten_setup().
  • WARNING: add_custom_background() found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-background', $args ) instead.
    Line 193: add_custom_background();
    
  • RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
  • RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
  • RECOMMENDED: wp_title() was found in the file header.php. wp_title was historically used for the document <title> tag and was never intended for other purposes. Use add_theme_support( "title-tag" ) instead.
    Line 22: wp_title( '|', true, 'right' );
    
  • RECOMMENDED: <title> tag was found in the file header.php. Document titles must not be hard coded, use add_theme_support( "title-tag" ) instead.
    Line 15: <title>
    
Line 18: * Print the <title> tag based on what is being viewed.
  • RECOMMENDED: Requires PHP is recommended to have major and minor versions only (e.g. 7.4). Patch version is not needed (e.g. 7.4.1).

Change History (1)

#1 @themetracbot
2 years ago

  • Owner set to themetracbot
  • Resolution set to live
  • Status changed from new to closed

Theme Update for existing Live theme - automatically approved

Note: See TracTickets for help on using tickets.