Changeset 48574 for trunk/src/wp-admin/includes/class-wp-screen.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r48508 r48574 468 468 * 469 469 * @param WP_Screen $screen A screen object. 470 * @param string $helpHelp text.470 * @param string $help Help text. 471 471 */ 472 472 public static function add_old_compat_help( $screen, $help ) { … … 497 497 * @since 3.3.0 498 498 * 499 * @param string $option Option ID 500 * @param mixed $argsOption-dependent arguments.499 * @param string $option Option ID. 500 * @param mixed $args Option-dependent arguments. 501 501 */ 502 502 public function add_option( $option, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.