Changeset 46660 for trunk/src/wp-includes/load.php
- Timestamp:
- 11/05/2019 09:21:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r46596 r46660 626 626 * @access private 627 627 * 628 * @return array Files to include.628 * @return string[] Array of absolute paths of files to include. 629 629 */ 630 630 function wp_get_mu_plugins() { … … 737 737 * @access private 738 738 * 739 * @return array Array ofpaths to theme directories.739 * @return string[] Array of absolute paths to theme directories. 740 740 */ 741 741 function wp_get_active_and_valid_themes() { … … 776 776 * 777 777 * @param string[] $themes Array of absolute theme directory paths. 778 * @return string[] Filtered array of themes, without any paused themes.778 * @return string[] Filtered array of absolute paths to themes, without any paused themes. 779 779 */ 780 780 function wp_skip_paused_themes( array $themes ) {
Note: See TracChangeset
for help on using the changeset viewer.