Changeset 46827 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 12/07/2019 01:54:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r46722 r46827 7 7 * @package WordPress 8 8 * @subpackage Twenty_Twenty 9 * @since 1.0.09 * @since Twenty Twenty 1.0 10 10 */ 11 11 … … 233 233 /** Enqueue non-latin language styles 234 234 * 235 * @since 1.0.0235 * @since Twenty Twenty 1.0 236 236 * 237 237 * @return void … … 579 579 * Enqueues scripts for customizer controls & settings. 580 580 * 581 * @since 1.0.0581 * @since Twenty Twenty 1.0 582 582 * 583 583 * @return void … … 602 602 * Enqueue scripts for the customizer preview. 603 603 * 604 * @since 1.0.0604 * @since Twenty Twenty 1.0 605 605 * 606 606 * @return void … … 628 628 * Get accessible color for an area. 629 629 * 630 * @since 1.0.0630 * @since Twenty Twenty 1.0 631 631 * 632 632 * @param string $area The area we want to get the colors for. … … 667 667 * Returns an array of variables for the customizer preview. 668 668 * 669 * @since 1.0.0669 * @since Twenty Twenty 1.0 670 670 * 671 671 * @return array … … 686 686 * Get an array of elements. 687 687 * 688 * @since 1.0688 * @since Twenty Twenty 1.0 689 689 * 690 690 * @return array … … 750 750 * Filters Twenty Twenty theme elements 751 751 * 752 * @since 1.0.0752 * @since Twenty Twenty 1.0 753 753 * 754 754 * @param array Array of elements
Note: See TracChangeset
for help on using the changeset viewer.