Changeset 55917
- Timestamp:
- 06/14/2023 02:06:03 PM (19 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/_index.php
r55624 r55917 187 187 <?php 188 188 /** 189 * Addcontent to the welcome panel on the admin dashboard.189 * Fires when adding content to the welcome panel on the admin dashboard. 190 190 * 191 191 * To remove the default welcome panel, use remove_action(): -
trunk/src/wp-admin/admin-header.php
r55846 r55917 110 110 111 111 /** 112 * Enqueuescripts for all admin pages.112 * Fires when enqueuing scripts for all admin pages. 113 113 * 114 114 * @since 2.8.0 -
trunk/src/wp-admin/admin.php
r53062 r55917 349 349 350 350 /** 351 * Whether to filter imported data through kses on import.351 * Filters whether to filter imported data through kses on import. 352 352 * 353 353 * Multisite uses this hook to filter all data through kses by default, -
trunk/src/wp-admin/customize.php
r55432 r55917 117 117 118 118 /** 119 * EnqueueCustomizer control scripts.119 * Fires when enqueuing Customizer control scripts. 120 120 * 121 121 * @since 3.4.0 -
trunk/src/wp-admin/export.php
r55857 r55917 128 128 129 129 /** 130 * Create the date options fields for exporting a given post type.130 * Creates the date options fields for exporting a given post type. 131 131 * 132 132 * @global wpdb $wpdb WordPress database abstraction object. -
trunk/src/wp-admin/link-parse-opml.php
r48322 r55917 17 17 18 18 /** 19 * XML callback function for the start of a new XML tag. 19 * Starts a new XML tag. 20 * 21 * Callback function for xml_set_element_handler(). 20 22 * 21 23 * @since 0.71 … … 61 63 62 64 /** 63 * XML callback function that is called at the end of a XML tag. 65 * Ends a new XML tag. 66 * 67 * Callback function for xml_set_element_handler(). 64 68 * 65 69 * @since 0.71 -
trunk/src/wp-admin/my-sites.php
r55418 r55917 97 97 <?php 98 98 /** 99 * Enablethe Global Settings section on the My Sites screen.99 * Filters the settings HTML markup in the Global Settings section on the My Sites screen. 100 100 * 101 101 * By default, the Global Settings section is hidden. Passing a non-empty -
trunk/src/wp-admin/site-health.php
r55412 r55917 20 20 21 21 /** 22 * An associative array ofextra tabs for the Site Health navigation bar.22 * Filters the extra tabs for the Site Health navigation bar. 23 23 * 24 24 * Add a custom page to the Site Health screen, based on a tab slug and label. … … 199 199 if ( isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ) { 200 200 /** 201 * Outputcontent of a custom Site Health tab.201 * Fires when outputting the content of a custom Site Health tab. 202 202 * 203 203 * This action fires right after the Site Health header, and users are still subject to -
trunk/src/wp-admin/update-core.php
r55824 r55917 818 818 819 819 /** 820 * Upgrade WordPress core display.820 * Upgrades WordPress core display. 821 821 * 822 822 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.