Changeset 13827
- Timestamp:
- 03/26/2010 07:13:36 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/wp-admin/custom-background.php ¶
r13788 r13827 10 10 * The custom background class. 11 11 * 12 * @since 3.0 12 * @since 3.0.0 13 13 * @package WordPress 14 14 * @subpackage Administration … … 29 29 * 30 30 * @var callback 31 * @since 3.0 31 * @since 3.0.0 32 32 * @access private 33 33 */ … … 37 37 * PHP4 Constructor - Register administration header callback. 38 38 * 39 * @since 3.0 39 * @since 3.0.0 40 40 * @param callback $admin_header_callback 41 41 * @param callback $admin_image_div_callback Optional custom image div output callback. … … 50 50 * Set up the hooks for the Custom Background admin page. 51 51 * 52 * @since 3.0 52 * @since 3.0.0 53 53 */ 54 54 function init() { … … 69 69 * Set up the enqueue for the CSS & JavaScript files. 70 70 * 71 * @since 3.0 71 * @since 3.0.0 72 72 */ 73 73 function admin_load() { … … 79 79 * Execute custom background modification. 80 80 * 81 * @since 3.0 81 * @since 3.0.0 82 82 */ 83 83 function take_action() { … … 133 133 * Display the custom background page. 134 134 * 135 * @since 3.0 135 * @since 3.0.0 136 136 */ 137 137 function admin_page() { … … 253 253 * Handle a Image upload for the background image. 254 254 * 255 * @since 3.0 255 * @since 3.0.0 256 256 */ 257 257 function handle_upload() { -
TabularUnified trunk/wp-admin/custom-header.php ¶
r13790 r13827 10 10 * The custom header image class. 11 11 * 12 * @since 3.0 12 * @since 3.0.0 13 13 * @package WordPress 14 14 * @subpackage Administration … … 20 20 * 21 21 * @var callback 22 * @since 3.0 22 * @since 3.0.0 23 23 * @access private 24 24 */ … … 29 29 * 30 30 * @var callback 31 * @since 3.0 31 * @since 3.0.0 32 32 * @access private 33 33 */ … … 39 39 * PHP4 Constructor - Register administration header callback. 40 40 * 41 * @since 3.0 41 * @since 3.0.0 42 42 * @param callback $admin_header_callback 43 43 * @param callback $admin_image_div_callback Optional custom image div output callback. … … 52 52 * Set up the hooks for the Custom Header admin page. 53 53 * 54 * @since 3.0 54 * @since 3.0.0 55 55 */ 56 56 function init() { … … 70 70 * Get the current step. 71 71 * 72 * @since 3.0 72 * @since 3.0.0 73 73 * 74 74 * @return int Current step … … 88 88 * Set up the enqueue for the JavaScript files. 89 89 * 90 * @since 3.0 90 * @since 3.0.0 91 91 */ 92 92 function js_includes() { … … 116 116 * Execute custom header modification. 117 117 * 118 * @since 3.0 118 * @since 3.0.0 119 119 */ 120 120 function take_action() { … … 211 211 * Execute Javascript depending on step. 212 212 * 213 * @since 3.0 213 * @since 3.0.0 214 214 */ 215 215 function js() { … … 224 224 * Display Javascript based on Step 1. 225 225 * 226 * @since 3.0 226 * @since 3.0.0 227 227 */ 228 228 function js_1() { ?> … … 302 302 * Display Javascript based on Step 2. 303 303 * 304 * @since 3.0 304 * @since 3.0.0 305 305 */ 306 306 function js_2() { ?> … … 354 354 * Display first step of custom header image page. 355 355 * 356 * @since 3.0 356 * @since 3.0.0 357 357 */ 358 358 function step_1() { … … 449 449 * Display second step of custom header image page. 450 450 * 451 * @since 3.0 451 * @since 3.0.0 452 452 */ 453 453 function step_2() { … … 529 529 * Display third step of custom header image page. 530 530 * 531 * @since 3.0 531 * @since 3.0.0 532 532 */ 533 533 function step_3() { … … 578 578 * Display last step of custom header image page. 579 579 * 580 * @since 3.0 580 * @since 3.0.0 581 581 */ 582 582 function finished() { … … 588 588 * Display the page based on the current step. 589 589 * 590 * @since 3.0 590 * @since 3.0.0 591 591 */ 592 592 function admin_page() { -
TabularUnified trunk/wp-admin/includes/class-wp-upgrader.php ¶
r13733 r13827 1036 1036 * @package WordPress 1037 1037 * @subpackage Upgrader 1038 * @since 3.0 1038 * @since 3.0.0 1039 1039 */ 1040 1040 class Bulk_Upgrader_Skin extends WP_Upgrader_Skin { -
TabularUnified trunk/wp-admin/includes/file.php ¶
r13825 r13827 551 551 * Assumes that WP_Filesystem() has already been called and set up. 552 552 * 553 * @since 3.0 553 * @since 3.0.0 554 554 * @see unzip_file 555 555 * @access private … … 613 613 * Assumes that WP_Filesystem() has already been called and set up. 614 614 * 615 * @since 3.0 615 * @since 3.0.0 616 616 * @see unzip_file 617 617 * @access private -
TabularUnified trunk/wp-admin/includes/meta-boxes.php ¶
r13786 r13827 409 409 * Display comments for post table header 410 410 * 411 * @since 3.0 411 * @since 3.0.0 412 412 * 413 413 * @param $result table header rows -
TabularUnified trunk/wp-admin/includes/ms.php ¶
r13805 r13827 4 4 * Determine if uploaded file exceeds space quota. 5 5 * 6 * @since 3.0 6 * @since 3.0.0 7 7 * 8 8 * @param array $file $_FILES array for a given file. … … 40 40 * Delete a blog 41 41 * 42 * @since 3.0 42 * @since 3.0.0 43 43 * 44 44 * @param int $blog_id Blog ID … … 515 515 function format_code_lang( $code = '' ) { 516 516 $code = strtolower(substr($code, 0, 2)); 517 $lang_codes = array('aa' => 'Afar', 'ab' => 'Abkhazian', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani', 'ba' => 'Bashkir', 'bm' => 'Bambara', 'eu' => 'Basque', 'be' => 'Belarusian', 'bn' => 'Bengali', 'bh' => 'Bihari', 'bi' => 'Bislama', 'bs' => 'Bosnian', 'br' => 'Breton', 'bg' => 'Bulgarian', 'my' => 'Burmese', 'ca' => 'Catalan; Valencian', 'ch' => 'Chamorro', 'ce' => 'Chechen', 'zh' => 'Chinese', 'cu' => 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic', 'cv' => 'Chuvash', 'kw' => 'Cornish', 'co' => 'Corsican', 'cr' => 'Cree', 'cs' => 'Czech', 'da' => 'Danish', 'dv' => 'Divehi; Dhivehi; Maldivian', 'nl' => 'Dutch; Flemish', 'dz' => 'Dzongkha', 'en' => 'English', 'eo' => 'Esperanto', 'et' => 'Estonian', 'ee' => 'Ewe', 'fo' => 'Faroese', 'fj' => 'Fijian', 'fi' => 'Finnish', 'fr' => 'French', 'fy' => 'Western Frisian', 'ff' => 'Fulah', 'ka' => 'Georgian', 'de' => 'German', 'gd' => 'Gaelic; Scottish Gaelic', 'ga' => 'Irish', 'gl' => 'Galician', 'gv' => 'Manx', 'el' => 'Greek, Modern', 'gn' => 'Guarani', 'gu' => 'Gujarati', 'ht' => 'Haitian; Haitian Creole', 'ha' => 'Hausa', 'he' => 'Hebrew', 'hz' => 'Herero', 'hi' => 'Hindi', 'ho' => 'Hiri Motu', 'hu' => 'Hungarian', 'ig' => 'Igbo', 'is' => 'Icelandic', 'io' => 'Ido', 'ii' => 'Sichuan Yi', 'iu' => 'Inuktitut', 'ie' => 'Interlingue', 'ia' => 'Interlingua (International Auxiliary Language Association)', 'id' => 'Indonesian', 'ik' => 'Inupiaq', 'it' => 'Italian', 'jv' => 'Javanese', 'ja' => 'Japanese', 'kl' => 'Kalaallisut; Greenlandic', 'kn' => 'Kannada', 'ks' => 'Kashmiri', 'kr' => 'Kanuri', 'kk' => 'Kazakh', 'km' => 'Central Khmer', 'ki' => 'Kikuyu; Gikuyu', 'rw' => 'Kinyarwanda', 'ky' => 'Kirghiz; Kyrgyz', 'kv' => 'Komi', 'kg' => 'Kongo', 'ko' => 'Korean', 'kj' => 'Kuanyama; Kwanyama', 'ku' => 'Kurdish', 'lo' => 'Lao', 'la' => 'Latin', 'lv' => 'Latvian', 'li' => 'Limburgan; Limburger; Limburgish', 'ln' => 'Lingala', 'lt' => 'Lithuanian', 'lb' => 'Luxembourgish; Letzeburgesch', 'lu' => 'Luba-Katanga', 'lg' => 'Ganda', 'mk' => 'Macedonian', 'mh' => 'Marshallese', 'ml' => 'Malayalam', 'mi' => 'Maori', 'mr' => 'Marathi', 'ms' => 'Malay', 'mg' => 'Malagasy', 'mt' => 'Maltese', 'mo' => 'Moldavian', 'mn' => 'Mongolian', 'na' => 'Nauru', 'nv' => 'Navajo; Navaho', 'nr' => 'Ndebele, South; South Ndebele', 'nd' => 'Ndebele, North; North Ndebele', 'ng' => 'Ndonga', 'ne' => 'Nepali', 'nn' => 'Norwegian Nynorsk; Nynorsk, Norwegian', 'nb' => 'Bokmål, Norwegian, Norwegian Bokmål', 'no' => 'Norwegian', 'ny' => 'Chichewa; Chewa; Nyanja', 'oc' => 'Occitan, Provençal', 'oj' => 'Ojibwa', 'or' => 'Oriya', 'om' => 'Oromo', 'os' => 'Ossetian; Ossetic', 'pa' => 'Panjabi; Punjabi', 'fa' => 'Persian', 'pi' => 'Pali', 'pl' => 'Polish', 'pt' => 'Portuguese', 'ps' => 'Pushto', 'qu' => 'Quechua', 'rm' => 'Romansh', 'ro' => 'Romanian', 'rn' => 'Rundi', 'ru' => 'Russian', 'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili', 'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek', 've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh', 'wa' => 'Walloon', 'wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'); 517 $lang_codes = array('aa' => 'Afar', 'ab' => 'Abkhazian', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani', 'ba' => 'Bashkir', 'bm' => 'Bambara', 'eu' => 'Basque', 'be' => 'Belarusian', 'bn' => 'Bengali', 'bh' => 'Bihari', 'bi' => 'Bislama', 'bs' => 'Bosnian', 'br' => 'Breton', 'bg' => 'Bulgarian', 'my' => 'Burmese', 'ca' => 'Catalan; Valencian', 'ch' => 'Chamorro', 'ce' => 'Chechen', 'zh' => 'Chinese', 'cu' => 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic', 'cv' => 'Chuvash', 'kw' => 'Cornish', 'co' => 'Corsican', 'cr' => 'Cree', 'cs' => 'Czech', 'da' => 'Danish', 'dv' => 'Divehi; Dhivehi; Maldivian', 'nl' => 'Dutch; Flemish', 'dz' => 'Dzongkha', 'en' => 'English', 'eo' => 'Esperanto', 'et' => 'Estonian', 'ee' => 'Ewe', 'fo' => 'Faroese', 'fj' => 'Fijian', 'fi' => 'Finnish', 'fr' => 'French', 'fy' => 'Western Frisian', 'ff' => 'Fulah', 'ka' => 'Georgian', 'de' => 'German', 'gd' => 'Gaelic; Scottish Gaelic', 'ga' => 'Irish', 'gl' => 'Galician', 'gv' => 'Manx', 'el' => 'Greek, Modern', 'gn' => 'Guarani', 'gu' => 'Gujarati', 'ht' => 'Haitian; Haitian Creole', 'ha' => 'Hausa', 'he' => 'Hebrew', 'hz' => 'Herero', 'hi' => 'Hindi', 'ho' => 'Hiri Motu', 'hu' => 'Hungarian', 'ig' => 'Igbo', 'is' => 'Icelandic', 'io' => 'Ido', 'ii' => 'Sichuan Yi', 'iu' => 'Inuktitut', 'ie' => 'Interlingue', 'ia' => 'Interlingua (International Auxiliary Language Association)', 'id' => 'Indonesian', 'ik' => 'Inupiaq', 'it' => 'Italian', 'jv' => 'Javanese', 'ja' => 'Japanese', 'kl' => 'Kalaallisut; Greenlandic', 'kn' => 'Kannada', 'ks' => 'Kashmiri', 'kr' => 'Kanuri', 'kk' => 'Kazakh', 'km' => 'Central Khmer', 'ki' => 'Kikuyu; Gikuyu', 'rw' => 'Kinyarwanda', 'ky' => 'Kirghiz; Kyrgyz', 'kv' => 'Komi', 'kg' => 'Kongo', 'ko' => 'Korean', 'kj' => 'Kuanyama; Kwanyama', 'ku' => 'Kurdish', 'lo' => 'Lao', 'la' => 'Latin', 'lv' => 'Latvian', 'li' => 'Limburgan; Limburger; Limburgish', 'ln' => 'Lingala', 'lt' => 'Lithuanian', 'lb' => 'Luxembourgish; Letzeburgesch', 'lu' => 'Luba-Katanga', 'lg' => 'Ganda', 'mk' => 'Macedonian', 'mh' => 'Marshallese', 'ml' => 'Malayalam', 'mi' => 'Maori', 'mr' => 'Marathi', 'ms' => 'Malay', 'mg' => 'Malagasy', 'mt' => 'Maltese', 'mo' => 'Moldavian', 'mn' => 'Mongolian', 'na' => 'Nauru', 'nv' => 'Navajo; Navaho', 'nr' => 'Ndebele, South; South Ndebele', 'nd' => 'Ndebele, North; North Ndebele', 'ng' => 'Ndonga', 'ne' => 'Nepali', 'nn' => 'Norwegian Nynorsk; Nynorsk, Norwegian', 'nb' => 'Bokmål, Norwegian, Norwegian Bokmål', 'no' => 'Norwegian', 'ny' => 'Chichewa; Chewa; Nyanja', 'oc' => 'Occitan, Provençal', 'oj' => 'Ojibwa', 'or' => 'Oriya', 'om' => 'Oromo', 'os' => 'Ossetian; Ossetic', 'pa' => 'Panjabi; Punjabi', 'fa' => 'Persian', 'pi' => 'Pali', 'pl' => 'Polish', 'pt' => 'Portuguese', 'ps' => 'Pushto', 'qu' => 'Quechua', 'rm' => 'Romansh', 'ro' => 'Romanian', 'rn' => 'Rundi', 'ru' => 'Russian', 'sg' => 'Sango', 'sa' => 'Sanskrit', 'sr' => 'Serbian', 'hr' => 'Croatian', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'se' => 'Northern Sami', 'sm' => 'Samoan', 'sn' => 'Shona', 'sd' => 'Sindhi', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'sc' => 'Sardinian', 'ss' => 'Swati', 'su' => 'Sundanese', 'sw' => 'Swahili', 'sv' => 'Swedish', 'ty' => 'Tahitian', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'tg' => 'Tajik', 'tl' => 'Tagalog', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'tn' => 'Tswana', 'ts' => 'Tsonga', 'tk' => 'Turkmen', 'tr' => 'Turkish', 'tw' => 'Twi', 'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek', 've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük', 'cy' => 'Welsh', 'wa' => 'Walloon' 518 , 'wo' => 'Wolof', 'xh' => 'Xhosa', 'yi' => 'Yiddish', 'yo' => 'Yoruba', 'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'); 518 519 $lang_codes = apply_filters('lang_codes', $lang_codes, $code); 519 520 return strtr( $code, $lang_codes ); … … 757 758 * Outputs the notice message for multisite regarding activation of plugin page. 758 759 * 759 * @since 3.0 760 * @since 3.0.0 760 761 * @return none 761 762 */ -
TabularUnified trunk/wp-admin/includes/schema.php ¶
r13760 r13827 601 601 * Create and modify WordPress roles for WordPress 3.0. 602 602 * 603 * @since 3.0 603 * @since 3.0.0 604 604 */ 605 605 function populate_roles_300() { … … 616 616 * populate network settings 617 617 * 618 * @since 3.0 618 * @since 3.0.0 619 619 * 620 620 * @param int $network_id id of network to populate -
TabularUnified trunk/wp-admin/includes/template.php ¶
r13786 r13827 3880 3880 * Set the current screen object 3881 3881 * 3882 * @since 3.0 3882 * @since 3.0.0 3883 3883 * 3884 3884 * @uses $current_screen -
TabularUnified trunk/wp-admin/includes/theme.php ¶
r13762 r13827 121 121 * Get the allowed themes for the current blog. 122 122 * 123 * @since 3.0 123 * @since 3.0.0 124 124 * 125 125 * @uses get_themes() -
TabularUnified trunk/wp-admin/includes/upgrade.php ¶
r13817 r13827 1859 1859 * Install Network. 1860 1860 * 1861 * @since 3.0 1861 * @since 3.0.0 1862 1862 * 1863 1863 */ … … 1955 1955 * Install global terms. 1956 1956 * 1957 * @since 3.0 1957 * @since 3.0.0 1958 1958 * 1959 1959 */ -
TabularUnified trunk/wp-admin/includes/user.php ¶
r13488 r13827 574 574 * {@internal Missing Description}} 575 575 * 576 * @since 3.0 576 * @since 3.0.0 577 577 * @access private 578 578 * @var string … … 583 583 * {@internal Missing Description}} 584 584 * 585 * @since 3.0 585 * @since 3.0.0 586 586 * @access private 587 587 * @var string … … 592 592 * {@internal Missing Description}} 593 593 * 594 * @since 3.0 594 * @since 3.0.0 595 595 * @access private 596 596 * @var string -
TabularUnified trunk/wp-includes/capabilities.php ¶
r13786 r13827 764 764 * Set the blog to operate on. Defaults to the current blog. 765 765 * 766 * @since 3.0 766 * @since 3.0.0 767 767 * 768 768 * @param int $blog_id Optional Blog ID, defaults to current blog. … … 1154 1154 * Determine if user is a site admin. 1155 1155 * 1156 * @since 3.0 1156 * @since 3.0.0 1157 1157 * 1158 1158 * @param int $user_id (Optional) The ID of a user. Defaults to the current user. -
TabularUnified trunk/wp-includes/comment-template.php ¶
r13769 r13827 1452 1452 * in the array of fields. 1453 1453 * 1454 * @since 3.0 1454 * @since 3.0.0 1455 1455 * @param array $args Options for strings, fields etc in the form 1456 1456 * @param mixed $post_id Post ID to generate the form for, uses the current post if null -
TabularUnified trunk/wp-includes/l10n.php ¶
r13733 r13827 388 388 * Load the translated strings for a plugin residing in the mu-plugins dir. 389 389 * 390 * @since 3.0 390 * @since 3.0.0 391 391 * 392 392 * @param string $domain Unique identifier for retrieving translated strings -
TabularUnified trunk/wp-includes/link-template.php ¶
r13814 r13827 2041 2041 * Prints the ajax url on the front end 2042 2042 * 2043 * @since 3.0 2043 * @since 3.0.0 2044 2044 **/ 2045 2045 function _wp_ajaxurl() { … … 2052 2052 * Hooks _wp_ajaxurl() to wp_head 2053 2053 * 2054 * @since 3.0 2054 * @since 3.0.0 2055 2055 **/ 2056 2056 function wp_ajaxurl() { -
TabularUnified trunk/wp-includes/media.php ¶
r13769 r13827 515 515 /** 516 516 * Get the available image sizes 517 * @since 3.0 517 * @since 3.0.0 518 518 * @return array Returns a filtered array of image size strings 519 519 */ -
TabularUnified trunk/wp-includes/ms-blogs.php ¶
r13460 r13827 74 74 * Retrieve the details for a blog from the blogs table and blog options. 75 75 * 76 * @since 3.0 76 * @since 3.0.0 77 77 * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against. 78 78 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true. … … 184 184 * Clear the blog details cache. 185 185 * 186 * @since 3.0 186 * @since 3.0.0 187 187 * 188 188 * @param int $blog_id Blog ID … … 202 202 * Update the details for a blog. Updates the blogs table for a given blog id. 203 203 * 204 * @since 3.0 204 * @since 3.0.0 205 205 * 206 206 * @param int $blog_id Blog ID … … 478 478 * Update a blog details field. 479 479 * 480 * @since 3.0 480 * @since 3.0.0 481 481 * 482 482 * @param int $blog_id BLog ID -
TabularUnified trunk/wp-includes/ms-load.php ¶
r13797 r13827 12 12 * Whether a subdomain configuration is enabled. 13 13 * 14 * @since 3.0 14 * @since 3.0.0 15 15 * 16 16 * @return bool True if subdomain configuration is enabled, false otherwise. -
TabularUnified trunk/wp-includes/plugin.php ¶
r13756 r13827 182 182 * @package WordPress 183 183 * @subpackage Plugin 184 * @since 3.0 184 * @since 3.0.0 185 185 * @global array $wp_filter Stores all of the filters 186 186 * @global array $merged_filters Merges the filter hooks using this function. -
TabularUnified trunk/wp-includes/post.php ¶
r13802 r13827 530 530 * @package WordPress 531 531 * @subpackage Post 532 * @since 3.0 532 * @since 3.0.0 533 533 * @uses $wp_post_statuses Inserts new post status object into the list 534 534 * … … 596 596 * @package WordPress 597 597 * @subpackage Post 598 * @since 3.0 598 * @since 3.0.0 599 599 * @uses $wp_post_statuses 600 600 * @see register_post_status … … 618 618 * @package WordPress 619 619 * @subpackage Post 620 * @since 3.0 620 * @since 3.0.0 621 621 * @uses $wp_post_statuses 622 622 * @see register_post_status … … 691 691 * @package WordPress 692 692 * @subpackage Post 693 * @since 3.0 693 * @since 3.0.0 694 694 * @uses $wp_post_types 695 695 * @see register_post_type … … 879 879 * Register support of certain features for a post type. 880 880 * 881 * @since 3.0 881 * @since 3.0.0 882 882 * @param string $post_type The post type for which to add the feature 883 883 * @param string|array $feature the feature being added, can be an array of feature strings or a single string … … 898 898 * Remove support for a feature from a post type. 899 899 * 900 * @since 3.0 900 * @since 3.0.0 901 901 * @param string $post_type The post type for which to remove the feature 902 902 * @param string $feature The feature being removed … … 915 915 * Checks a post type's support for a given feature 916 916 * 917 * @since 3.0 917 * @since 3.0.0 918 918 * @param string $post_type The post type being checked 919 919 * @param string $feature the feature being checked … … 4007 4007 * @package WordPress 4008 4008 * @subpackage Cache 4009 * @since 3.0 4009 * @since 3.0.0 4010 4010 * 4011 4011 * @uses do_action() Calls 'clean_attachment_cache' on $id. -
TabularUnified trunk/wp-includes/taxonomy.php ¶
r13821 r13827 305 305 * @package WordPress 306 306 * @subpackage Taxonomy 307 * @since 3.0 307 * @since 3.0.0 308 308 * @uses $wp_taxonomies Modifies taxonomy object 309 309 * … … 2567 2567 * Determine if the given object type is associated with the given taxonomy. 2568 2568 * 2569 * @since 3.0 2569 * @since 3.0.0 2570 2570 * @uses get_object_taxonomies() 2571 2571 * -
TabularUnified trunk/wp-includes/user.php ¶
r13769 r13827 385 385 * If the meta field for the user does not exist, it will be added. 386 386 * 387 * @since 3.0 387 * @since 3.0.0 388 388 * @uses update_metadata 389 389 * @link http://codex.wordpress.org/Function_Reference/update_user_meta
Note: See TracChangeset
for help on using the changeset viewer.