41
41
*/
42
42
43
43
/*
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.
45
45
*
46
46
* Used to set the width of images and content. Should be equal to the width the theme
47
47
* is designed for, generally via the style.css stylesheet.
@@ -324,7 +324,7 @@ function twentyten_header_image() {
324
324
endif ; // twentyten_header_image()
325
325
326
326
/**
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().
328
328
*
329
329
* To override this in a child theme, remove the filter and optionally add
330
330
* your own function tied to the wp_page_menu_args filter hook.
@@ -342,7 +342,7 @@ function twentyten_page_menu_args( $args ) {
342
342
add_filter ( 'wp_page_menu_args ' , 'twentyten_page_menu_args ' );
343
343
344
344
/**
345
- * Set the post excerpt length to 40 characters.
345
+ * Sets the post excerpt length to 40 characters.
346
346
*
347
347
* To override this length in a child theme, remove the filter and add your own
348
348
* function tied to the excerpt_length filter hook.
@@ -392,7 +392,7 @@ function twentyten_auto_excerpt_more( $more ) {
392
392
add_filter ( 'excerpt_more ' , 'twentyten_auto_excerpt_more ' );
393
393
394
394
/**
395
- * Add a pretty "Continue Reading" link to custom post excerpts.
395
+ * Adds a pretty "Continue Reading" link to custom post excerpts.
396
396
*
397
397
* To override this link in a child theme, remove the filter and add your own
398
398
* function tied to the get_the_excerpt filter hook.
@@ -528,7 +528,7 @@ function twentyten_comment( $comment, $args, $depth ) {
528
528
endif ;
529
529
530
530
/**
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.
532
532
*
533
533
* To override twentyten_widgets_init() in a child theme, remove the action hook and add your own
534
534
* function tied to the init hook.
@@ -697,7 +697,7 @@ function twentyten_posted_in() {
697
697
endif ;
698
698
699
699
/**
700
- * Retrieve the IDs for images in a gallery.
700
+ * Retrieves the IDs for images in a gallery.
701
701
*
702
702
* @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
703
703
* then as last option uses a get_posts() call.
@@ -760,7 +760,7 @@ function twentyten_widget_tag_cloud_args( $args ) {
760
760
add_filter ( 'widget_tag_cloud_args ' , 'twentyten_widget_tag_cloud_args ' );
761
761
762
762
/**
763
- * Enqueue scripts and styles for front end.
763
+ * Enqueues scripts and styles for front end.
764
764
*
765
765
* @since Twenty Ten 2.6
766
766
*/
@@ -771,7 +771,7 @@ function twentyten_scripts_styles() {
771
771
add_action ( 'wp_enqueue_scripts ' , 'twentyten_scripts_styles ' );
772
772
773
773
/**
774
- * Enqueue styles for the block-based editor.
774
+ * Enqueues styles for the block-based editor.
775
775
*
776
776
* @since Twenty Ten 2.6
777
777
*/
@@ -782,7 +782,7 @@ function twentyten_block_editor_styles() {
782
782
add_action ( 'enqueue_block_editor_assets ' , 'twentyten_block_editor_styles ' );
783
783
784
784
/**
785
- * Register block patterns and pattern categories.
785
+ * Registers block patterns and pattern categories.
786
786
*
787
787
* @since Twenty Ten 4.3
788
788
*/
0 commit comments