@since for some internal functions. props SergeyBiryukov, fixes #21886.

git-svn-id: http://core.svn.wordpress.org/trunk@21994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-25 02:24:58 +00:00
parent 0d37467603
commit 40bd91c86f
3 changed files with 7 additions and 4 deletions

View File

@ -16,6 +16,11 @@ if ( !current_user_can('export') )
require_once('./includes/export.php'); require_once('./includes/export.php');
$title = __('Export'); $title = __('Export');
/**
* Display JavaScript on the page.
*
* @since 3.5.0
*/
function export_add_js() { function export_add_js() {
?> ?>
<script type="text/javascript"> <script type="text/javascript">

View File

@ -20,8 +20,7 @@ $timezone_format = _x('Y-m-d G:i:s', 'timezone date format');
/** /**
* Display JavaScript on the page. * Display JavaScript on the page.
* *
* @package WordPress * @since 3.5.0
* @subpackage General_Settings_Screen
*/ */
function options_general_add_js() { function options_general_add_js() {
?> ?>

View File

@ -49,8 +49,7 @@ get_current_screen()->set_help_sidebar(
/** /**
* Display JavaScript on the page. * Display JavaScript on the page.
* *
* @package WordPress * @since 3.5.0
* @subpackage Permalink_Settings_Screen
*/ */
function options_permalink_add_js() { function options_permalink_add_js() {
?> ?>