diff --git a/wp-admin/admin.php b/wp-admin/admin.php index a617d113f7..6f279077e1 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -204,8 +204,7 @@ if ( isset($plugin_page) ) { /** * Used to call the registered callback for a plugin screen. * - * @access private - * + * @internal * @since 1.5.0 */ do_action( $page_hook ); diff --git a/wp-cron.php b/wp-cron.php index da2838cbda..6b1746da7a 100644 --- a/wp-cron.php +++ b/wp-cron.php @@ -92,10 +92,11 @@ foreach ( $crons as $timestamp => $cronhooks ) { /** * Fires scheduled events. * + * @internal * @since 2.1.0 * * @param string $hook Name of the hook that was scheduled to be fired. - * @param array $v['args'] The arguments to be passed to the hook. + * @param array $args The arguments to be passed to the hook. */ do_action_ref_array( $hook, $v['args'] );