@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:
parent
0d37467603
commit
40bd91c86f
|
@ -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() {
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -20,8 +20,7 @@ $timezone_format = _x('Y-m-d G:i:s', 'timezone date format');
|
|||
/**
|
||||
* Display JavaScript on the page.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage General_Settings_Screen
|
||||
* @since 3.5.0
|
||||
*/
|
||||
function options_general_add_js() {
|
||||
?>
|
||||
|
|
|
@ -49,8 +49,7 @@ get_current_screen()->set_help_sidebar(
|
|||
/**
|
||||
* Display JavaScript on the page.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Permalink_Settings_Screen
|
||||
* @since 3.5.0
|
||||
*/
|
||||
function options_permalink_add_js() {
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue