summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/wp-mce-help.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/tinymce/wp-mce-help.php')
-rw-r--r--wp-includes/js/tinymce/wp-mce-help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/js/tinymce/wp-mce-help.php b/wp-includes/js/tinymce/wp-mce-help.php
index ffe385f..bdb5119 100644
--- a/wp-includes/js/tinymce/wp-mce-help.php
+++ b/wp-includes/js/tinymce/wp-mce-help.php
@@ -7,7 +7,7 @@ require_once('../../../wp-config.php');
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php _e('Rich Editor Help') ?></title>
-<link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
+<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
<style type="text/css">
#wphead {
padding-top: 5px;