Changeset 57772 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 03/05/2024 11:41:53 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r57685 r57772 1111 1111 * 1112 1112 * @since 5.2.0 1113 * 1114 * @global WP_Paused_Extensions_Storage $_paused_themes 1113 1115 * 1114 1116 * @param string $theme Path to the theme directory relative to the themes directory. … … 1131 1133 * 1132 1134 * @since 5.2.0 1135 * 1136 * @global WP_Paused_Extensions_Storage $_paused_themes 1133 1137 * 1134 1138 * @param string $theme Path to the theme directory relative to the themes … … 1222 1226 * @since 5.2.0 1223 1227 * 1224 * @global string $pagenow The filename of the current screen. 1228 * @global string $pagenow The filename of the current screen. 1229 * @global WP_Paused_Extensions_Storage $_paused_themes 1225 1230 */ 1226 1231 function paused_themes_notice() {
Note: See TracChangeset
for help on using the changeset viewer.