More @since. props SergeyBiryukov, fixes #15445.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
041c9a445e
commit
e1eec3925a
|
@ -9,7 +9,7 @@
|
|||
/**
|
||||
* In WordPress Administration Panels
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.3.2
|
||||
*/
|
||||
if ( ! defined('WP_ADMIN') )
|
||||
define('WP_ADMIN', TRUE);
|
||||
|
|
|
@ -57,7 +57,7 @@ function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) {
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 0.71
|
||||
* @deprecated 2.6.0
|
||||
* @deprecated Use wp_category_checklist()
|
||||
* @see wp_category_checklist()
|
||||
|
@ -75,7 +75,7 @@ function dropdown_categories( $default = 0, $parent = 0, $popular_ids = array()
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @deprecated 2.6.0
|
||||
* @deprecated Use wp_link_category_checklist()
|
||||
* @see wp_link_category_checklist()
|
||||
|
@ -91,7 +91,7 @@ function dropdown_link_categories( $default = 0 ) {
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.2.0
|
||||
* @deprecated 3.0.0
|
||||
* @deprecated Use wp_dropdown_categories()
|
||||
* @see wp_dropdown_categories()
|
||||
|
@ -292,7 +292,7 @@ if ( !class_exists('WP_User_Search') ) :
|
|||
/**
|
||||
* WordPress User Search class.
|
||||
*
|
||||
* @since 2.1
|
||||
* @since 2.1.0
|
||||
* @deprecated 3.1.0
|
||||
*/
|
||||
class WP_User_Search {
|
||||
|
@ -300,7 +300,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var unknown_type
|
||||
*/
|
||||
|
@ -309,7 +309,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var unknown_type
|
||||
*/
|
||||
|
@ -318,7 +318,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* Page number.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var int
|
||||
*/
|
||||
|
@ -327,7 +327,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* Role name that users have.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.5.0
|
||||
* @access private
|
||||
* @var string
|
||||
*/
|
||||
|
@ -336,7 +336,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* Raw page number.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var int|bool
|
||||
*/
|
||||
|
@ -345,7 +345,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* Amount of users to display per page.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
* @var int
|
||||
*/
|
||||
|
@ -354,7 +354,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var unknown_type
|
||||
*/
|
||||
|
@ -363,7 +363,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var int
|
||||
*/
|
||||
|
@ -372,7 +372,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var string
|
||||
*/
|
||||
|
@ -408,7 +408,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var int
|
||||
*/
|
||||
|
@ -417,7 +417,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var bool
|
||||
*/
|
||||
|
@ -426,7 +426,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var unknown_type
|
||||
*/
|
||||
|
@ -435,7 +435,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* {@internal Missing Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
* @access private
|
||||
* @var unknown_type
|
||||
*/
|
||||
|
@ -444,7 +444,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* PHP4 Constructor - Sets up the object properties.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param string $search_term Search terms string.
|
||||
* @param int $page Optional. Page ID.
|
||||
|
@ -470,7 +470,7 @@ class WP_User_Search {
|
|||
*
|
||||
* {@internal Missing Long Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*/
|
||||
function prepare_query() {
|
||||
|
@ -510,7 +510,7 @@ class WP_User_Search {
|
|||
*
|
||||
* {@internal Missing Long Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*/
|
||||
function query() {
|
||||
|
@ -529,7 +529,7 @@ class WP_User_Search {
|
|||
*
|
||||
* {@internal Missing Long Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*/
|
||||
function prepare_vars_for_template_usage() {
|
||||
|
@ -541,7 +541,7 @@ class WP_User_Search {
|
|||
*
|
||||
* {@internal Missing Long Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*/
|
||||
function do_paging() {
|
||||
|
@ -575,7 +575,7 @@ class WP_User_Search {
|
|||
*
|
||||
* {@internal Missing Long Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*
|
||||
* @return unknown
|
||||
|
@ -589,7 +589,7 @@ class WP_User_Search {
|
|||
*
|
||||
* @see do_paging() Builds paging text.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*/
|
||||
function page_links() {
|
||||
|
@ -601,7 +601,7 @@ class WP_User_Search {
|
|||
*
|
||||
* @see do_paging() Builds paging text.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*
|
||||
* @return bool
|
||||
|
@ -615,7 +615,7 @@ class WP_User_Search {
|
|||
/**
|
||||
* Whether there are search terms.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access public
|
||||
*
|
||||
* @return bool
|
||||
|
|
|
@ -354,7 +354,7 @@ if ( is_string($content_func) )
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.5.0
|
||||
*/
|
||||
function media_buttons() {
|
||||
$do_image = $do_audio = $do_video = true;
|
||||
|
|
|
@ -364,7 +364,7 @@ function bulk_edit_posts( $post_data = null ) {
|
|||
/**
|
||||
* Default post information to use when populating the "Write Post" form.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @param string $post_type A post type string, defaults to 'post'.
|
||||
* @return object stdClass object containing all the default post data as attributes
|
||||
|
|
|
@ -197,7 +197,7 @@ function wp_create_tag($tag_name) {
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param unknown_type $post_id
|
||||
* @return unknown
|
||||
|
@ -209,7 +209,7 @@ function get_tags_to_edit( $post_id, $taxonomy = 'post_tag' ) {
|
|||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param unknown_type $post_id
|
||||
* @return unknown
|
||||
|
|
|
@ -46,7 +46,7 @@ require_once(dirname(dirname(__FILE__)).'/wp-load.php');
|
|||
* @global bool|int $debug
|
||||
* @name $debug
|
||||
* @var bool|int
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
*/
|
||||
$debug = 0;
|
||||
|
||||
|
@ -54,7 +54,7 @@ if ( ! function_exists('maybe_create_table') ) :
|
|||
/**
|
||||
* Create database table, if it doesn't already exist.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
|
@ -86,7 +86,7 @@ if ( ! function_exists('maybe_add_column') ) :
|
|||
/**
|
||||
* Add column to database table, if column doesn't already exist in table.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
|
@ -121,7 +121,7 @@ endif;
|
|||
/**
|
||||
* Drop column from database table, if it exists.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
* @uses $wpdb
|
||||
|
@ -165,7 +165,7 @@ function maybe_drop_column($table_name, $column_name, $drop_ddl) {
|
|||
* Default
|
||||
* Extra
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.0.0
|
||||
* @package WordPress
|
||||
* @subpackage Plugin
|
||||
*
|
||||
|
|
|
@ -1212,26 +1212,26 @@ function comment_form_title( $noreplytext = false, $replytext = false, $linktopa
|
|||
*
|
||||
* @package WordPress
|
||||
* @uses Walker
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
*/
|
||||
class Walker_Comment extends Walker {
|
||||
/**
|
||||
* @see Walker::$tree_type
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
* @var string
|
||||
*/
|
||||
var $tree_type = 'comment';
|
||||
|
||||
/**
|
||||
* @see Walker::$db_fields
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
* @var array
|
||||
*/
|
||||
var $db_fields = array ('parent' => 'comment_parent', 'id' => 'comment_ID');
|
||||
|
||||
/**
|
||||
* @see Walker::start_lvl()
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param int $depth Depth of comment.
|
||||
|
@ -1255,7 +1255,7 @@ class Walker_Comment extends Walker {
|
|||
|
||||
/**
|
||||
* @see Walker::end_lvl()
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param int $depth Depth of comment.
|
||||
|
@ -1318,7 +1318,7 @@ class Walker_Comment extends Walker {
|
|||
|
||||
/**
|
||||
* @see Walker::start_el()
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param object $comment Comment data object.
|
||||
|
@ -1378,7 +1378,7 @@ class Walker_Comment extends Walker {
|
|||
|
||||
/**
|
||||
* @see Walker::end_el()
|
||||
* @since unknown
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param object $comment
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @since unknown
|
||||
* @since MU
|
||||
* @deprecated 3.0.0
|
||||
* @deprecated Use wp_generate_password()
|
||||
* @see wp_generate_password()
|
||||
|
|
|
@ -570,7 +570,7 @@ class WP_Rewrite {
|
|||
/**
|
||||
* Endpoints permalinks
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
* @var array
|
||||
*/
|
||||
|
@ -1002,7 +1002,7 @@ class WP_Rewrite {
|
|||
/**
|
||||
* Retrieve extra permalink structure by name.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.5.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $name Permalink structure name.
|
||||
|
@ -1847,7 +1847,7 @@ class WP_Rewrite {
|
|||
* These are added along with the extra rewrite rules that are merged to the
|
||||
* top.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 2.5.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $name Name for permalink structure.
|
||||
|
|
|
@ -394,7 +394,7 @@ if ( !function_exists('fetch_rss') ) :
|
|||
/**
|
||||
* Build Magpie object based on RSS from URL.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
|
@ -532,7 +532,7 @@ endif;
|
|||
/**
|
||||
* Retrieve URL headers and content using WP HTTP Request API.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
|
@ -576,7 +576,7 @@ function _fetch_remote_file($url, $headers = "" ) {
|
|||
/**
|
||||
* Retrieve
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
|
@ -626,7 +626,7 @@ function _response_to_rss ($resp) {
|
|||
/**
|
||||
* Set up constants with default values, unless user overrides.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*/
|
||||
|
@ -871,7 +871,7 @@ if ( !function_exists('wp_rss') ) :
|
|||
/**
|
||||
* Display all RSS items in a HTML ordered list.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
|
@ -911,7 +911,7 @@ if ( !function_exists('get_rss') ) :
|
|||
* to display. You can't display all of them like you can with wp_rss()
|
||||
* function.
|
||||
*
|
||||
* @since unknown
|
||||
* @since 1.5.0
|
||||
* @package External
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue