[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/css/dist/ -> registry.php (source)

   1  <?php
   2  /**
   3   * Style registry - Auto-generated by build process.
   4   * Do not edit this file manually.
   5   *
   6   * @package wp
   7   */
   8  
   9  return array(
  10      array(
  11          'handle' => 'wp-block-directory',
  12          'path' => 'block-directory/style',
  13          'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor'),
  14      ),
  15      array(
  16          'handle' => 'wp-block-editor',
  17          'path' => 'block-editor/style',
  18          'dependencies' => array('wp-commands', 'wp-components', 'wp-preferences'),
  19      ),
  20      array(
  21          'handle' => 'wp-block-library',
  22          'path' => 'block-library/style',
  23          'dependencies' => array('wp-block-editor', 'wp-components', 'wp-patterns'),
  24      ),
  25      array(
  26          'handle' => 'wp-commands',
  27          'path' => 'commands/style',
  28          'dependencies' => array('wp-components'),
  29      ),
  30      array(
  31          'handle' => 'wp-components',
  32          'path' => 'components/style',
  33          'dependencies' => array(),
  34      ),
  35      array(
  36          'handle' => 'wp-customize-widgets',
  37          'path' => 'customize-widgets/style',
  38          'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'),
  39      ),
  40      array(
  41          'handle' => 'wp-edit-post',
  42          'path' => 'edit-post/style',
  43          'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'),
  44      ),
  45      array(
  46          'handle' => 'wp-edit-site',
  47          'path' => 'edit-site/style',
  48          'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
  49      ),
  50      array(
  51          'handle' => 'wp-edit-widgets',
  52          'path' => 'edit-widgets/style',
  53          'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
  54      ),
  55      array(
  56          'handle' => 'wp-editor',
  57          'path' => 'editor/style',
  58          'dependencies' => array('wp-block-editor', 'wp-commands', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences'),
  59      ),
  60      array(
  61          'handle' => 'wp-format-library',
  62          'path' => 'format-library/style',
  63          'dependencies' => array('wp-block-editor', 'wp-components'),
  64      ),
  65      array(
  66          'handle' => 'wp-list-reusable-blocks',
  67          'path' => 'list-reusable-blocks/style',
  68          'dependencies' => array('wp-components'),
  69      ),
  70      array(
  71          'handle' => 'wp-media-utils',
  72          'path' => 'media-utils/style',
  73          'dependencies' => array('wp-components'),
  74      ),
  75      array(
  76          'handle' => 'wp-nux',
  77          'path' => 'nux/style',
  78          'dependencies' => array('wp-components'),
  79      ),
  80      array(
  81          'handle' => 'wp-patterns',
  82          'path' => 'patterns/style',
  83          'dependencies' => array('wp-block-editor', 'wp-components'),
  84      ),
  85      array(
  86          'handle' => 'wp-preferences',
  87          'path' => 'preferences/style',
  88          'dependencies' => array('wp-components'),
  89      ),
  90      array(
  91          'handle' => 'wp-reusable-blocks',
  92          'path' => 'reusable-blocks/style',
  93          'dependencies' => array('wp-block-editor', 'wp-components'),
  94      ),
  95      array(
  96          'handle' => 'wp-widgets',
  97          'path' => 'widgets/style',
  98          'dependencies' => array('wp-block-editor', 'wp-components'),
  99      ),
 100  );


Generated : Mon Jun 15 08:20:09 2026 Cross-referenced by PHPXref