Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:21:46 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r46596 r46660  
    626626 * @access private
    627627 *
    628  * @return array Files to include.
     628 * @return string[] Array of absolute paths of files to include.
    629629 */
    630630function wp_get_mu_plugins() {
     
    737737 * @access private
    738738 *
    739  * @return array Array of paths to theme directories.
     739 * @return string[] Array of absolute paths to theme directories.
    740740 */
    741741function wp_get_active_and_valid_themes() {
     
    776776 *
    777777 * @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.
    779779 */
    780780function wp_skip_paused_themes( array $themes ) {
Note: See TracChangeset for help on using the changeset viewer.