Changeset 53689 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 07/08/2022 08:11:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r53060 r53689 221 221 222 222 /** 223 * Returns Core update footer message. 224 * 223 225 * @since 2.3.0 224 226 * … … 276 278 277 279 /** 280 * Returns Core update notification message. 281 * 278 282 * @since 2.3.0 279 283 * … … 371 375 372 376 /** 377 * Retrieves plugins waiting for an update. 378 * 373 379 * @since 2.9.0 374 380 * … … 390 396 391 397 /** 398 * Hooks after_plugin_row_{$plugin_file} on each plugin row. 399 * 392 400 * @since 2.9.0 393 401 */ … … 586 594 587 595 /** 596 * Retrieves themes waiting for an update. 597 * 588 598 * @since 2.9.0 589 599 * … … 607 617 608 618 /** 619 * Hooks after_theme_row_{$theme} on each theme row. 620 * 609 621 * @since 3.1.0 610 622 */ … … 802 814 803 815 /** 816 * Displays maintenance nag HTML message. 817 * 804 818 * @since 2.7.0 805 819 * … … 850 864 * Prints the JavaScript templates for update admin notices. 851 865 * 866 * @since 4.6.0 867 * 852 868 * Template takes one argument with four values: 853 869 * … … 860 876 * @type string type The type of update the notice is for. Either 'plugin' or 'theme'. 861 877 * } 862 *863 * @since 4.6.0864 878 */ 865 879 function wp_print_admin_notice_templates() { … … 931 945 * Prints the JavaScript templates for update and deletion rows in list tables. 932 946 * 947 * @since 4.6.0 948 * 933 949 * The update template takes one argument with four values: 934 950 * … … 952 968 * @type string colspan The number of table columns this row spans. 953 969 * } 954 *955 * @since 4.6.0956 970 */ 957 971 function wp_print_update_row_templates() {
Note: See TracChangeset
for help on using the changeset viewer.