Changeset 62458
- Timestamp:
- 06/04/2026 09:10:15 AM (2 months ago)
- Location:
- trunk/src/wp-includes/interactivity-api
- Files:
-
- 2 edited
-
class-wp-interactivity-api.php (modified) (2 diffs)
-
interactivity-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r62070 r62458 139 139 * @since 6.6.0 The `$store_namespace` param is optional. 140 140 * 141 * @param string $store_namespace Optional. The unique store namespace identifier.142 * @param array $state Optional. The array that will be merged with the existing state for the specified141 * @param string|null $store_namespace Optional. The unique store namespace identifier. 142 * @param array|null $state Optional. The array that will be merged with the existing state for the specified 143 143 * store namespace. 144 144 * @return array The current state for the specified store namespace. This will be the updated state if a $state … … 312 312 * @since 6.6.0 313 313 * 314 * @param string $store_namespace Optional. The unique store namespace identifier.314 * @param string|null $store_namespace Optional. The unique store namespace identifier. 315 315 */ 316 316 public function get_context( ?string $store_namespace = null ): array { -
trunk/src/wp-includes/interactivity-api/interactivity-api.php
r59153 r62458 54 54 * @since 6.6.0 The namespace can be omitted when called inside derived state getters. 55 55 * 56 * @param string $store_namespace The unique store namespace identifier.57 * @param array $state Optional. The array that will be merged with the existing state for the specified58 * store namespace.56 * @param string|null $store_namespace The unique store namespace identifier. 57 * @param array $state Optional. The array that will be merged with the existing state for the specified 58 * store namespace. 59 59 * @return array The state for the specified store namespace. This will be the updated state if a $state argument was 60 60 * provided. … … 120 120 * @since 6.6.0 121 121 * 122 * @param string $store_namespace Optional. The unique store namespace identifier.122 * @param string|null $store_namespace Optional. The unique store namespace identifier. 123 123 * @return array The context for the specified store namespace. 124 124 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)