From 40bd91c86f738e87f1a96afda4299b13169e653f 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: http://core.svn.wordpress.org/trunk@21994 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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() { ?>