Changeset 55349
- Timestamp:
- 02/15/2023 10:54:41 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-textdomain-registry.php
r55302 r55349 60 60 * Holds a cached list of domains with translations to improve performance. 61 61 * 62 * @since 6. 1.262 * @since 6.2.0 63 63 * 64 64 * @var string[] … … 138 138 * Returns possible language directory paths for a given text domain. 139 139 * 140 * @since 6. 1.2140 * @since 6.2.0 141 141 * 142 142 * @param string $domain Text domain. -
trunk/src/wp-includes/class-wp-theme-json.php
r55345 r55349 273 273 * property is used to validate whether or not a style value is allowed. 274 274 * 275 * @since 6.1.2 275 * @since 6.2.0 276 * 276 277 * @var array 277 278 */ … … 3037 3038 * sets in the given output node. 3038 3039 * 3039 * @since 6. 1.23040 * @since 6.2.0 3040 3041 * 3041 3042 * @param array $input Node to process. -
trunk/src/wp-includes/nav-menu-template.php
r55059 r55349 650 650 * @see https://core.trac.wordpress.org/ticket/56926. 651 651 * 652 * @since 6. 1.2652 * @since 6.2.0 653 653 * 654 654 * @param string[] $classes Array of the CSS classes that are applied to the menu item's `<li>` element. -
trunk/src/wp-includes/nav-menu.php
r54973 r55349 1286 1286 * For use before saving `_menu_item_menu_item_parent` in nav-menus.php. 1287 1287 * 1288 * @since 6. 1.21288 * @since 6.2.0 1289 1289 * @access private 1290 1290 * -
trunk/tests/phpunit/tests/query/cacheResults.php
r54894 r55349 1283 1283 * Ensure lazy loading term meta queries all term meta in a single query. 1284 1284 * 1285 * @since 6.1.2 1285 * @since 6.2.0 1286 * 1286 1287 * @ticket 57163 1287 1288 * @ticket 22176
Note: See TracChangeset
for help on using the changeset viewer.