mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Modules API: Fix indentation.
Follow-up [57269]. Props mukesh27. See #56313. Built from https://develop.svn.wordpress.org/trunk@57271 git-svn-id: http://core.svn.wordpress.org/trunk@56777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
48a4a51b91
commit
ffcd954ef8
@ -300,9 +300,9 @@ class WP_Script_Modules {
|
|||||||
*
|
*
|
||||||
* @since 6.5.0
|
* @since 6.5.0
|
||||||
*
|
*
|
||||||
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
|
* @param array $module_ids The identifiers of the modules for which to gather dependencies.
|
||||||
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
|
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
|
||||||
* Default is both.
|
* Default is both.
|
||||||
* @return array List of dependencies, keyed by module identifier.
|
* @return array List of dependencies, keyed by module identifier.
|
||||||
*/
|
*/
|
||||||
private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) {
|
private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57270';
|
$wp_version = '6.5-alpha-57271';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user