@since for some internal functions. props SergeyBiryukov, fixes #21886.
git-svn-id: https://develop.svn.wordpress.org/trunk@21994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
248b586911
commit
2cb8c9eade
@ -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
Block a user