Changeset 53514
- Timestamp:
- 06/16/2022 11:08:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r53062 r53514 431 431 432 432 /** 433 * Indicates whether the screen is in a particular admin 433 * Indicates whether the screen is in a particular admin. 434 434 * 435 435 * @since 3.5.0 … … 476 476 477 477 /** 478 * Set the parent information for the screen.478 * Sets the parent information for the screen. 479 479 * 480 480 * This is called in admin-header.php after the menu parent for the screen has been determined. … … 506 506 507 507 /** 508 * Remove an option from the screen.508 * Removes an option from the screen. 509 509 * 510 510 * @since 3.8.0 … … 517 517 518 518 /** 519 * Remove all options from the screen.519 * Removes all options from the screen. 520 520 * 521 521 * @since 3.8.0 … … 526 526 527 527 /** 528 * Get the options registered for the screen.528 * Gets the options registered for the screen. 529 529 * 530 530 * @since 3.8.0 … … 607 607 608 608 /** 609 * Add a help tab to the contextual help for the screen.609 * Adds a help tab to the contextual help for the screen. 610 610 * 611 611 * Call this on the `load-$pagenow` hook for the relevant screen, … … 683 683 684 684 /** 685 * Add a sidebar to the contextual help for the screen.685 * Adds a sidebar to the contextual help for the screen. 686 686 * 687 687 * Call this in template files after admin.php is loaded and before admin-header.php is loaded … … 714 714 715 715 /** 716 * Get the accessible hidden headings and text used in the screen.716 * Gets the accessible hidden headings and text used in the screen. 717 717 * 718 718 * @since 4.4.0 … … 727 727 728 728 /** 729 * Get a screen reader text string.729 * Gets a screen reader text string. 730 730 * 731 731 * @since 4.4.0 … … 742 742 743 743 /** 744 * Add accessible hidden headings and text for the screen.744 * Adds accessible hidden headings and text for the screen. 745 745 * 746 746 * @since 4.4.0 … … 769 769 770 770 /** 771 * Remove all the accessible hidden headings and text for the screen.771 * Removes all the accessible hidden headings and text for the screen. 772 772 * 773 773 * @since 4.4.0 … … 778 778 779 779 /** 780 * Render the screen's help section.780 * Renders the screen's help section. 781 781 * 782 782 * This will trigger the deprecated filters for backward compatibility. … … 1035 1035 1036 1036 /** 1037 * Render the screen options tab.1037 * Renders the screen options tab. 1038 1038 * 1039 1039 * @since 3.3.0 … … 1098 1098 1099 1099 /** 1100 * Render the meta boxes preferences.1100 * Renders the meta boxes preferences. 1101 1101 * 1102 1102 * @since 4.4.0 … … 1141 1141 1142 1142 /** 1143 * Render the list table columns preferences.1143 * Renders the list table columns preferences. 1144 1144 * 1145 1145 * @since 4.4.0 … … 1189 1189 1190 1190 /** 1191 * Render the option for number of columns on the page1191 * Renders the option for number of columns on the page. 1192 1192 * 1193 1193 * @since 3.3.0 … … 1221 1221 1222 1222 /** 1223 * Render the items per page option1223 * Renders the items per page option. 1224 1224 * 1225 1225 * @since 3.3.0 … … 1285 1285 1286 1286 /** 1287 * Render the list table view mode preferences.1287 * Renders the list table view mode preferences. 1288 1288 * 1289 1289 * @since 4.4.0 … … 1339 1339 1340 1340 /** 1341 * Render screen reader text.1341 * Renders screen reader text. 1342 1342 * 1343 1343 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.