Rename duplicately defined internal functions (add_js, display_header) for documentation purposes. props bpetty, fixes #21564.

git-svn-id: https://develop.svn.wordpress.org/trunk@21856 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-09-15 19:49:21 +00:00
parent 322919eb1c
commit eea7a4b8d3
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ $parent_file = 'options-general.php';
* @package WordPress
* @subpackage Reading_Settings_Screen
*/
function add_js() {
function options_reading_add_js() {
?>
<script type="text/javascript">
//<![CDATA[
@@ -39,7 +39,7 @@ function add_js() {
</script>
<?php
}
add_action('admin_head', 'add_js');
add_action('admin_head', 'options_reading_add_js');
get_current_screen()->add_help_tab( array(
'id' => 'overview',