4141 */
4242
4343/*
44- * Set the content width based on the theme's design and stylesheet.
44+ * Sets the content width based on the theme's design and stylesheet.
4545 *
4646 * Used to set the width of images and content. Should be equal to the width the theme
4747 * is designed for, generally via the style.css stylesheet.
@@ -324,7 +324,7 @@ function twentyten_header_image() {
324324endif ; // twentyten_header_image()
325325
326326/**
327- * Show a home link for our wp_nav_menu() fallback, wp_page_menu().
327+ * Shows a home link for our wp_nav_menu() fallback, wp_page_menu().
328328 *
329329 * To override this in a child theme, remove the filter and optionally add
330330 * your own function tied to the wp_page_menu_args filter hook.
@@ -342,7 +342,7 @@ function twentyten_page_menu_args( $args ) {
342342add_filter ( 'wp_page_menu_args ' , 'twentyten_page_menu_args ' );
343343
344344/**
345- * Set the post excerpt length to 40 characters.
345+ * Sets the post excerpt length to 40 characters.
346346 *
347347 * To override this length in a child theme, remove the filter and add your own
348348 * function tied to the excerpt_length filter hook.
@@ -392,7 +392,7 @@ function twentyten_auto_excerpt_more( $more ) {
392392add_filter ( 'excerpt_more ' , 'twentyten_auto_excerpt_more ' );
393393
394394/**
395- * Add a pretty "Continue Reading" link to custom post excerpts.
395+ * Adds a pretty "Continue Reading" link to custom post excerpts.
396396 *
397397 * To override this link in a child theme, remove the filter and add your own
398398 * function tied to the get_the_excerpt filter hook.
@@ -528,7 +528,7 @@ function twentyten_comment( $comment, $args, $depth ) {
528528endif ;
529529
530530/**
531- * Register widgetized areas, including two sidebars and four widget-ready columns in the footer.
531+ * Registers widgetized areas, including two sidebars and four widget-ready columns in the footer.
532532 *
533533 * To override twentyten_widgets_init() in a child theme, remove the action hook and add your own
534534 * function tied to the init hook.
@@ -697,7 +697,7 @@ function twentyten_posted_in() {
697697endif ;
698698
699699/**
700- * Retrieve the IDs for images in a gallery.
700+ * Retrieves the IDs for images in a gallery.
701701 *
702702 * @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
703703 * then as last option uses a get_posts() call.
@@ -760,7 +760,7 @@ function twentyten_widget_tag_cloud_args( $args ) {
760760add_filter ( 'widget_tag_cloud_args ' , 'twentyten_widget_tag_cloud_args ' );
761761
762762/**
763- * Enqueue scripts and styles for front end.
763+ * Enqueues scripts and styles for front end.
764764 *
765765 * @since Twenty Ten 2.6
766766 */
@@ -771,7 +771,7 @@ function twentyten_scripts_styles() {
771771add_action ( 'wp_enqueue_scripts ' , 'twentyten_scripts_styles ' );
772772
773773/**
774- * Enqueue styles for the block-based editor.
774+ * Enqueues styles for the block-based editor.
775775 *
776776 * @since Twenty Ten 2.6
777777 */
@@ -782,7 +782,7 @@ function twentyten_block_editor_styles() {
782782add_action ( 'enqueue_block_editor_assets ' , 'twentyten_block_editor_styles ' );
783783
784784/**
785- * Register block patterns and pattern categories.
785+ * Registers block patterns and pattern categories.
786786 *
787787 * @since Twenty Ten 4.3
788788 */
0 commit comments