Changeset 60416
- Timestamp:
- 07/06/2025 11:55:56 AM (3 months ago)
- Location:
- trunk/src
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r59941 r60416 987 987 * @global array $wp_meta_boxes Global meta box state. 988 988 * 989 * @since 3.3.0 990 * 989 991 * @return bool 990 992 */ -
trunk/src/wp-admin/includes/comment.php
r53743 r60416 211 211 * Displays error message at bottom of comments. 212 212 * 213 * @since 2.5.0 214 * 213 215 * @param string $msg Error Message. Assumed to contain HTML and be sanitized. 214 216 */ -
trunk/src/wp-admin/includes/misc.php
r60353 r60416 1060 1060 * 1061 1061 * @global array $_wp_admin_css_colors 1062 * 1063 * @since 3.8.0 1062 1064 */ 1063 1065 function wp_color_scheme_settings() { -
trunk/src/wp-admin/includes/ms.php
r59901 r60416 855 855 856 856 /** 857 * @since 3.0.0 858 * 857 859 * @param array $users 858 860 * @return bool -
trunk/src/wp-admin/includes/template.php
r60252 r60416 2633 2633 * 2634 2634 * @global bool $is_IE 2635 * 2636 * @since 3.3.0 2635 2637 */ 2636 2638 function _wp_admin_html_begin() { -
trunk/src/wp-includes/class-wp-user-meta-session-tokens.php
r44495 r60416 37 37 /** 38 38 * Converts an expiration to an array of session information. 39 * 40 * @since 4.0.0 39 41 * 40 42 * @param mixed $session Session or expiration. -
trunk/src/wp-includes/functions.php
r60178 r60416 5199 5199 * with the same logic. 5200 5200 * 5201 * @since 5.8.0 5202 * 5201 5203 * @link https://github.com/lodash/lodash/blob/4.17/dist/lodash.js#L14369 5202 5204 * @link https://github.com/lodash/lodash/blob/4.17/dist/lodash.js#L278 -
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php
r58321 r60416 93 93 * if it exists. 94 94 * 95 * @since 6.5.0 96 * 95 97 * @access private 96 98 * -
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r60070 r60416 745 745 * Transforms a kebab-case string to camelCase. 746 746 * 747 * @since 6.5.0 748 * 747 749 * @param string $str The kebab-case string to transform to camelCase. 748 750 * @return string The transformed camelCase string. -
trunk/src/wp-includes/media.php
r60415 r60416 5566 5566 * Registers the personal data exporter for media. 5567 5567 * 5568 * @since 4.9.6 5569 * 5568 5570 * @param array[] $exporters An array of personal data exporters, keyed by their ID. 5569 5571 * @return array[] Updated array of personal data exporters. -
trunk/src/wp-includes/script-loader.php
r60281 r60416 2183 2183 * Prints scripts (internal use only) 2184 2184 * 2185 * @since 2.8.0 2186 * 2185 2187 * @ignore 2186 2188 *
Note: See TracChangeset for help on using the changeset viewer.