mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.
See #27200. git-svn-id: https://develop.svn.wordpress.org/trunk@27262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -353,8 +353,6 @@ function maybe_serialize( $data ) {
|
||||
* If the title element is not part of the XML, then the default post title from
|
||||
* the $post_default_title will be used instead.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage XMLRPC
|
||||
* @since 0.71
|
||||
*
|
||||
* @global string $post_default_title Default XMLRPC post title.
|
||||
@@ -379,8 +377,6 @@ function xmlrpc_getposttitle( $content ) {
|
||||
* used. The return type then would be what $post_default_category. If the
|
||||
* category is found, then it will always be an array.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage XMLRPC
|
||||
* @since 0.71
|
||||
*
|
||||
* @global string $post_default_category Default XMLRPC post category.
|
||||
@@ -402,8 +398,6 @@ function xmlrpc_getpostcategory( $content ) {
|
||||
/**
|
||||
* XMLRPC XML content without title and category elements.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage XMLRPC
|
||||
* @since 0.71
|
||||
*
|
||||
* @param string $content XMLRPC XML Request content
|
||||
@@ -443,7 +437,6 @@ function wp_extract_urls( $content ) {
|
||||
* remove enclosures that are no longer in the post. This is called as
|
||||
* pingbacks and trackbacks.
|
||||
*
|
||||
* @package WordPress
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @uses $wpdb
|
||||
@@ -1191,8 +1184,6 @@ function is_blog_installed() {
|
||||
/**
|
||||
* Retrieve URL with nonce added to URL query.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @param string $actionurl URL to add nonce action.
|
||||
@@ -1223,8 +1214,6 @@ function wp_nonce_url( $actionurl, $action = -1, $name = '_wpnonce' ) {
|
||||
* The input name will be whatever $name value you gave. The input value will be
|
||||
* the nonce creation value.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @param string $action Optional. Action name.
|
||||
@@ -1252,8 +1241,6 @@ function wp_nonce_field( $action = -1, $name = "_wpnonce", $referer = true , $ec
|
||||
* The referer link is the current Request URI from the server super global. The
|
||||
* input name is '_wp_http_referer', in case you wanted to check manually.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @param bool $echo Whether to echo or return the referer field.
|
||||
@@ -1274,8 +1261,6 @@ function wp_referer_field( $echo = true ) {
|
||||
* value of {@link wp_referer_field()}, if that was posted already or it will
|
||||
* be the current page, if it doesn't exist.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @param bool $echo Whether to echo the original http referer
|
||||
@@ -1296,8 +1281,6 @@ function wp_original_referer_field( $echo = true, $jump_back_to = 'current' ) {
|
||||
* Retrieve referer from '_wp_http_referer' or HTTP referer. If it's the same
|
||||
* as the current request URL, will return false.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @return string|bool False on failure. Referer URL on success.
|
||||
@@ -1319,8 +1302,6 @@ function wp_get_referer() {
|
||||
/**
|
||||
* Retrieve original referer that was posted, if it exists.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @return string|bool False if no original referer or original referer if set.
|
||||
@@ -1831,7 +1812,6 @@ function wp_upload_bits( $name, $deprecated, $bits, $time = null ) {
|
||||
/**
|
||||
* Retrieve the file type based on the extension name.
|
||||
*
|
||||
* @package WordPress
|
||||
* @since 2.5.0
|
||||
* @uses apply_filters() Calls 'ext2type' hook on default supported types.
|
||||
*
|
||||
@@ -2092,8 +2072,6 @@ function get_allowed_mime_types( $user = null ) {
|
||||
* If the action has the nonce explain message, then it will be displayed along
|
||||
* with the "Are you sure?" message.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Security
|
||||
* @since 2.0.4
|
||||
*
|
||||
* @param string $action The nonce action.
|
||||
@@ -2430,7 +2408,6 @@ function wp_send_json_error( $data = null ) {
|
||||
* development environment.
|
||||
*
|
||||
* @access private
|
||||
* @package WordPress
|
||||
* @since 2.2.0
|
||||
*
|
||||
* @param string $url URL for the home location
|
||||
@@ -2450,7 +2427,6 @@ function _config_wp_home( $url = '' ) {
|
||||
* your localhost while not having to change the database to your URL.
|
||||
*
|
||||
* @access private
|
||||
* @package WordPress
|
||||
* @since 2.2.0
|
||||
*
|
||||
* @param string $url URL to set the WordPress site location.
|
||||
@@ -2472,8 +2448,6 @@ function _config_wp_siteurl( $url = '' ) {
|
||||
* keys. These keys are then returned in the $input array.
|
||||
*
|
||||
* @access private
|
||||
* @package WordPress
|
||||
* @subpackage MCE
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param array $input MCE plugin array.
|
||||
@@ -2904,8 +2878,6 @@ function url_is_accessable_via_ssl($url)
|
||||
*
|
||||
* This function is to be used in every function that is deprecated.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Debug
|
||||
* @since 2.5.0
|
||||
* @access private
|
||||
*
|
||||
@@ -2949,8 +2921,6 @@ function _deprecated_function( $function, $version, $replacement = null ) {
|
||||
*
|
||||
* This function is to be used in every file that is deprecated.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Debug
|
||||
* @since 2.5.0
|
||||
* @access private
|
||||
*
|
||||
@@ -3002,8 +2972,6 @@ function _deprecated_file( $file, $version, $replacement = null, $message = '' )
|
||||
*
|
||||
* The current behavior is to trigger a user error if WP_DEBUG is true.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Debug
|
||||
* @since 3.0.0
|
||||
* @access private
|
||||
*
|
||||
@@ -3045,8 +3013,6 @@ function _deprecated_argument( $function, $version, $message = null ) {
|
||||
*
|
||||
* The current behavior is to trigger a user error if WP_DEBUG is true.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Debug
|
||||
* @since 3.1.0
|
||||
* @access private
|
||||
*
|
||||
@@ -3390,7 +3356,6 @@ function is_main_network( $network_id = null ) {
|
||||
*
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @package WordPress
|
||||
*
|
||||
* @return bool True if multisite and global terms enabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user