From 2cb8c9eadecc1d128d35308b99ccb9ba5f00dcfd Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 25 Sep 2012 02:24:58 +0000 Subject: [PATCH] @since for some internal functions. props SergeyBiryukov, fixes #21886. git-svn-id: https://develop.svn.wordpress.org/trunk@21994 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/export.php | 5 +++++ wp-admin/options-general.php | 3 +-- wp-admin/options-permalink.php | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index 236007bf38..cf50566df0 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -16,6 +16,11 @@ if ( !current_user_can('export') ) require_once('./includes/export.php'); $title = __('Export'); +/** + * Display JavaScript on the page. + * + * @since 3.5.0 + */ function export_add_js() { ?>