mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Correctly mark things as private in the phpDoc
git-svn-id: https://develop.svn.wordpress.org/trunk@14370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user