Ticket #17434: 17434.diff
File 17434.diff, 1.1 KB (added by , 14 years ago) |
---|
-
wp-content/themes/twentyeleven/functions.php
311 311 endif; // twentyeleven_admin_header_image 312 312 313 313 /** 314 * Sets the post excerpt length to 40 characters.314 * Sets the post excerpt length to 40 words. 315 315 * 316 316 * To override this length in a child theme, remove the filter and add your own 317 317 * function tied to the excerpt_length filter hook. -
wp-content/themes/twentyten/functions.php
225 225 add_filter( 'wp_page_menu_args', 'twentyten_page_menu_args' ); 226 226 227 227 /** 228 * Sets the post excerpt length to 40 characters.228 * Sets the post excerpt length to 40 words. 229 229 * 230 230 * To override this length in a child theme, remove the filter and add your own 231 231 * function tied to the excerpt_length filter hook.