Changeset 60506 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 07/24/2025 02:24:09 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r59832 r60506 299 299 300 300 /** 301 * Enqueue scripts and styles for front end.301 * Enqueues scripts and styles for front end. 302 302 * 303 303 * @since Twenty Eleven 2.9 … … 310 310 311 311 /** 312 * Enqueue styles for the block-based editor.312 * Enqueues styles for the block-based editor. 313 313 * 314 314 * @since Twenty Eleven 2.9 … … 474 474 475 475 /** 476 * Set the post excerpt length to 40 words.476 * Sets the post excerpt length to 40 words. 477 477 * 478 478 * To override this length in a child theme, remove … … 525 525 526 526 /** 527 * Add a pretty "Continue Reading" link to custom post excerpts.527 * Adds a pretty "Continue Reading" link to custom post excerpts. 528 528 * 529 529 * To override this link in a child theme, remove the filter and add your own … … 544 544 545 545 /** 546 * Show a home link for the wp_nav_menu() fallback, wp_page_menu().546 * Shows a home link for the wp_nav_menu() fallback, wp_page_menu(). 547 547 * 548 548 * @since Twenty Eleven 1.0 … … 560 560 561 561 /** 562 * Register sidebars and widgetized areas.562 * Registers sidebars and widgetized areas. 563 563 * 564 564 * Also register the default Ephemera widget. … … 633 633 if ( ! function_exists( 'twentyeleven_content_nav' ) ) : 634 634 /** 635 * Display navigation to next/previous pages when applicable.635 * Displays navigation to next/previous pages when applicable. 636 636 * 637 637 * @since Twenty Eleven 1.0 … … 852 852 853 853 /** 854 * Add two classes to the array of body classes.854 * Adds two classes to the array of body classes. 855 855 * 856 856 * The first is if the site has only had one author with published posts. … … 877 877 878 878 /** 879 * Retrieve the IDs for images in a gallery.879 * Retrieves the IDs for images in a gallery. 880 880 * 881 881 * @uses get_post_galleries() First, if available. Falls back to shortcode parsing,
Note: See TracChangeset
for help on using the changeset viewer.