From 628d0b247d5a47a33e8fab820d4a064772aaa36a Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 3 May 2010 13:27:15 +0000 Subject: [PATCH] Correctly mark things as private in the phpDoc git-svn-id: http://svn.automattic.com/wordpress/trunk@14370 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 6 ++++-- wp-includes/functions.php | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 95de9e389..9e45517c2 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -198,7 +198,7 @@ function get_page_templates() { * Tidies a filename for url display by the theme editor. * * @since 2.9.0 - * @private + * @access private * * @param string $fullpath Full path to the theme file * @param string $containingfolder Path of the theme parent folder @@ -213,7 +213,9 @@ function _get_template_edit_filename($fullpath, $containingfolder) { * * Check to see if the current theme has all the required templates available * from itself or its parent - * + + * @since 3.0 + * @access private * @return nothing */ function _check_theme_deprecated_files() { diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 46fd643b1..6db176bdb 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2601,7 +2601,7 @@ function wp_die( $message, $title = '', $args = array() ) { * site then you can overload using the wp_die_handler filter in wp_die * * @since 3.0.0 - * @private + * @access private * * @param string $message Error message. * @param string $title Error title. @@ -4114,7 +4114,7 @@ function get_file_data( $file, $default_headers, $context = '' ) { /* * Used internally to tidy up the search terms * - * @private + * @access private * @since 2.9.0 * * @param string $t