Changeset 56434
- Timestamp:
- 08/24/2023 08:59:36 AM (16 months ago)
- Location:
- trunk/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r55990 r56434 154 154 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 155 155 * 156 * @param object[] $language_updates Optional. Array of language packs to update. @see wp_get_translation_updates().156 * @param object[] $language_updates Optional. Array of language packs to update. See {@see wp_get_translation_updates()}. 157 157 * Default empty array. 158 158 * @param array $args { -
trunk/src/wp-admin/includes/class-walker-category-checklist.php
r51780 r56434 33 33 * @param string $output Used to append additional content (passed by reference). 34 34 * @param int $depth Depth of category. Used for tab indentation. 35 * @param array $args An array of arguments. @see wp_terms_checklist()35 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 36 36 */ 37 37 public function start_lvl( &$output, $depth = 0, $args = array() ) { … … 49 49 * @param string $output Used to append additional content (passed by reference). 50 50 * @param int $depth Depth of category. Used for tab indentation. 51 * @param array $args An array of arguments. @see wp_terms_checklist()51 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 52 52 */ 53 53 public function end_lvl( &$output, $depth = 0, $args = array() ) { … … 68 68 * @param WP_Term $data_object The current term object. 69 69 * @param int $depth Depth of the term in reference to parents. Default 0. 70 * @param array $args An array of arguments. @see wp_terms_checklist()70 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 71 71 * @param int $current_object_id Optional. ID of the current term. Default 0. 72 72 */ … … 131 131 * @param WP_Term $data_object The current term object. 132 132 * @param int $depth Depth of the term in reference to parents. Default 0. 133 * @param array $args An array of arguments. @see wp_terms_checklist()133 * @param array $args An array of arguments. See {@see wp_terms_checklist()}. 134 134 */ 135 135 public function end_el( &$output, $data_object, $depth = 0, $args = array() ) { -
trunk/src/wp-admin/includes/file.php
r56186 r56434 778 778 * 779 779 * @type callable $upload_error_handler Function to call when there is an error during the upload process. 780 * @see wp_handle_upload_error().780 * See {@see wp_handle_upload_error()}. 781 781 * @type callable $unique_filename_callback Function to call when determining a unique file name for the file. 782 * @see wp_unique_filename().782 * See {@see wp_unique_filename()}. 783 783 * @type string[] $upload_error_strings The strings that describe the error indicated in 784 784 * `$_FILES[{form field}]['error']`. … … 846 846 * 847 847 * @param array|false $overrides An array of override parameters for this file. Boolean false if none are 848 * provided. @see _wp_handle_upload().848 * provided. See {@see _wp_handle_upload()}. 849 849 * @param array $file { 850 850 * Reference to a single element from `$_FILES`. -
trunk/src/wp-includes/category.php
r55880 r56434 308 308 * @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof, 309 309 * or WP_Error if any of the taxonomies do not exist. 310 * @param array $args An array of arguments. @see get_terms()310 * @param array $args An array of arguments. See {@see get_terms()}. 311 311 */ 312 312 $tags = apply_filters( 'get_tags', $tags, $args ); -
trunk/src/wp-includes/class-wp-query.php
r56178 r56434 4313 4313 * true when viewing that page. 4314 4314 * 4315 * Otherwise the same as @see WP_Query::is_home()4315 * Otherwise the same as {@see WP_Query::is_home()}. 4316 4316 * 4317 4317 * @since 3.1.0 -
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r56193 r56434 116 116 * 117 117 * The template is only rendered by PHP once, so all actions are prepared at once on the server side. 118 * The filter bar container is rendered by @see `render_template()`.118 * The filter bar container is rendered by {@see render_template()}. 119 119 * 120 120 * @since 4.9.0 … … 180 180 * Render the filter drawer portion of a themes section as a JS template. 181 181 * 182 * The filter bar container is rendered by @see `render_template()`.182 * The filter bar container is rendered by {@see render_template()}. 183 183 * 184 184 * @since 4.9.0 -
trunk/src/wp-includes/media.php
r56418 r56434 3220 3220 * 3221 3221 * @param string $html Empty variable to be replaced with shortcode markup. 3222 * @param array $attr Attributes of the shortcode. @see wp_audio_shortcode()3222 * @param array $attr Attributes of the shortcode. See {@see wp_audio_shortcode()}. 3223 3223 * @param string $content Shortcode content. 3224 3224 * @param int $instance Unique numeric ID of this audio shortcode instance. … … 3442 3442 * 3443 3443 * @param string $html Empty variable to be replaced with shortcode markup. 3444 * @param array $attr Attributes of the shortcode. @see wp_video_shortcode()3444 * @param array $attr Attributes of the shortcode. See {@see wp_video_shortcode()}. 3445 3445 * @param string $content Video shortcode content. 3446 3446 * @param int $instance Unique numeric ID of this video shortcode instance. … … 4514 4514 * @since 3.5.0 4515 4515 * 4516 * @param array $response Array of prepared attachment data. @see wp_prepare_attachment_for_js().4516 * @param array $response Array of prepared attachment data. See {@see wp_prepare_attachment_for_js()}. 4517 4517 * @param WP_Post $attachment Attachment object. 4518 4518 * @param array|false $meta Array of attachment meta data, or false if there is none. -
trunk/src/wp-includes/ms-site.php
r56192 r56434 845 845 * @since MU (3.0.0) 846 846 * 847 * @param string $basedir Uploads path without subdirectory. @see wp_upload_dir()847 * @param string $basedir Uploads path without subdirectory. See {@see wp_upload_dir()}. 848 848 * @param int $site_id The site ID. 849 849 */ -
trunk/src/wp-includes/query.php
r56192 r56434 452 452 * true when viewing that page. 453 453 * 454 * Otherwise the same as @see is_home()454 * Otherwise the same as {@see is_home()}. 455 455 * 456 456 * For more information on this and similar theme functions, check out -
trunk/src/wp-settings.php
r56296 r56434 523 523 524 524 /** 525 * Holds the reference to @see $wp_the_query525 * Holds the reference to {@see $wp_the_query}. 526 526 * Use this global for WordPress queries 527 527 *
Note: See TracChangeset
for help on using the changeset viewer.