Changeset 45735
- Timestamp:
- 08/04/2019 01:18:54 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r45696 r45735 236 236 * @since 1.5.0 237 237 * 238 * @global WP_Rewrite $wp_rewrite 238 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 239 239 * 240 240 * @return bool|null True on write success, false on failure. Null in multisite. … … 273 273 * @since 2.8.0 274 274 * 275 * @global WP_Rewrite $wp_rewrite 275 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 276 276 * 277 277 * @return bool|null True on write success, false on failure. Null in multisite. -
trunk/src/wp-admin/includes/schema.php
r45734 r45735 948 948 * @since 3.0.0 949 949 * 950 * @global wpdb $wpdb 950 * @global wpdb $wpdb WordPress database abstraction object. 951 951 * @global object $current_site 952 * @global WP_Rewrite $wp_rewrite 952 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 953 953 * 954 954 * @param int $network_id ID of network to populate. -
trunk/src/wp-admin/includes/upgrade.php
r45734 r45735 131 131 * 132 132 * @global wpdb $wpdb WordPress database abstraction object. 133 * @global WP_Rewrite $wp_rewrite 133 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 134 134 * @global string $table_prefix 135 135 * -
trunk/src/wp-includes/author-template.php
r45674 r45735 335 335 * @since 2.1.0 336 336 * 337 * @global WP_Rewrite $wp_rewrite 337 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 338 338 * 339 339 * @param int $author_id Author ID. -
trunk/src/wp-includes/canonical.php
r45734 r45735 29 29 * @since 2.3.0 30 30 * 31 * @global WP_Rewrite $wp_rewrite 31 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 32 32 * @global bool $is_IIS 33 33 * @global WP_Query $wp_query … … 729 729 * @since 3.4.0 730 730 * 731 * @global WP_Rewrite $wp_rewrite 731 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 732 732 */ 733 733 function wp_redirect_admin_locations() { -
trunk/src/wp-includes/category-template.php
r45723 r45735 122 122 * @since 1.5.1 123 123 * 124 * @global WP_Rewrite $wp_rewrite 124 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 125 125 * 126 126 * @param string $separator Optional. Separator between the categories. By default, the links are placed -
trunk/src/wp-includes/class-wp-post-type.php
r41162 r45735 527 527 * @since 4.6.0 528 528 * 529 * @global WP_Rewrite $wp_rewrite WordPress Rewrite Component.529 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 530 530 * @global WP $wp Current WordPress environment instance. 531 531 */ -
trunk/src/wp-includes/class-wp.php
r45611 r45735 127 127 * @since 2.0.0 128 128 * 129 * @global WP_Rewrite $wp_rewrite 129 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 130 130 * 131 131 * @param array|string $extra_query_vars Set the extra query variables. -
trunk/src/wp-includes/comment-template.php
r45734 r45735 688 688 * @see get_page_of_comment() 689 689 * 690 * @global WP_Rewrite $wp_rewrite 690 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 691 691 * @global bool $in_comment_loop 692 692 * -
trunk/src/wp-includes/general-template.php
r45734 r45735 3927 3927 * 3928 3928 * @global WP_Query $wp_query 3929 * @global WP_Rewrite $wp_rewrite 3929 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 3930 3930 * 3931 3931 * @param string|array $args { -
trunk/src/wp-includes/link-template.php
r45590 r45735 38 38 * @since 2.2.0 39 39 * 40 * @global WP_Rewrite $wp_rewrite 40 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 41 41 * 42 42 * @param string $string URL with or without a trailing slash. … … 253 253 * @since 3.0.0 254 254 * 255 * @global WP_Rewrite $wp_rewrite 255 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 256 256 * 257 257 * @param int|WP_Post $id Optional. Post ID or post object. Default is the global `$post`. … … 356 356 * @access private 357 357 * 358 * @global WP_Rewrite $wp_rewrite 358 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 359 359 * 360 360 * @param int|WP_Post $post Optional. Post ID or object. Default uses the global `$post`. … … 402 402 * @since 2.0.0 403 403 * 404 * @global WP_Rewrite $wp_rewrite 404 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 405 405 * 406 406 * @param int|object $post Optional. Post ID or object. Default uses the global `$post`. … … 463 463 * @since 1.5.0 464 464 * 465 * @global WP_Rewrite $wp_rewrite 465 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 466 466 * 467 467 * @param int|bool $year False for current year or year for permalink. … … 497 497 * @since 1.0.0 498 498 * 499 * @global WP_Rewrite $wp_rewrite 499 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 500 500 * 501 501 * @param bool|int $year False for current year. Integer of year. … … 537 537 * @since 1.0.0 538 538 * 539 * @global WP_Rewrite $wp_rewrite 539 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 540 540 * 541 541 * @param bool|int $year False for current year. Integer of year. … … 607 607 * @since 1.5.0 608 608 * 609 * @global WP_Rewrite $wp_rewrite 609 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 610 610 * 611 611 * @param string $feed Optional. Feed type. Default empty. … … 1077 1077 * @since 3.0.0 1078 1078 * 1079 * @global WP_Rewrite $wp_rewrite 1079 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 1080 1080 * 1081 1081 * @param string $query Optional. The query string to use. If empty the current query is used. Default empty. … … 1118 1118 * @since 2.5.0 1119 1119 * 1120 * @global WP_Rewrite $wp_rewrite 1120 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 1121 1121 * 1122 1122 * @param string $search_query Optional. Search query. Default empty. … … 1158 1158 * @since 2.5.0 1159 1159 * 1160 * @global WP_Rewrite $wp_rewrite 1160 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 1161 1161 * 1162 1162 * @param string $search_query Optional. Search query. Default empty. … … 1191 1191 * @since 4.5.0 Support for posts was added. 1192 1192 * 1193 * @global WP_Rewrite $wp_rewrite 1193 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 1194 1194 * 1195 1195 * @param string $post_type Post type. … … 2197 2197 * @since 1.5.0 2198 2198 * 2199 * @global WP_Rewrite $wp_rewrite 2199 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 2200 2200 * 2201 2201 * @param int $pagenum Optional. Page number. Default 1. … … 2756 2756 * @since 2.7.0 2757 2757 * 2758 * @global WP_Rewrite $wp_rewrite 2758 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 2759 2759 * 2760 2760 * @param int $pagenum Optional. Page number. Default 1. … … 2913 2913 * @since 2.7.0 2914 2914 * 2915 * @global WP_Rewrite $wp_rewrite 2915 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 2916 2916 * 2917 2917 * @param string|array $args Optional args. See paginate_links(). Default empty array. -
trunk/src/wp-includes/nav-menu-template.php
r45590 r45735 296 296 * 297 297 * @global WP_Query $wp_query 298 * @global WP_Rewrite $wp_rewrite 298 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 299 299 * 300 300 * @param array $menu_items The current menu item objects to which to add the class property information. -
trunk/src/wp-includes/post-formats.php
r43592 r45735 184 184 * @since 3.1.0 185 185 * 186 * @global WP_Rewrite $wp_rewrite 186 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 187 187 * 188 188 * @param string $link -
trunk/src/wp-includes/post-template.php
r45667 r45735 1029 1029 * @access private 1030 1030 * 1031 * @global WP_Rewrite $wp_rewrite 1031 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 1032 1032 * 1033 1033 * @param int $i Page number. -
trunk/src/wp-includes/post.php
r45724 r45735 4198 4198 * @since 2.8.0 4199 4199 * 4200 * @global wpdb $wpdb WordPress database abstraction object.4201 * @global WP_Rewrite $wp_rewrite 4200 * @global wpdb $wpdb WordPress database abstraction object. 4201 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 4202 4202 * 4203 4203 * @param string $slug The desired slug (post_name). -
trunk/src/wp-includes/rest-api.php
r45632 r45735 152 152 * 153 153 * @see add_rewrite_rule() 154 * @global WP_Rewrite $wp_rewrite 154 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 155 155 */ 156 156 function rest_api_register_rewrites() { … … 339 339 * 340 340 * @todo Check if this is even necessary 341 * @global WP_Rewrite $wp_rewrite 341 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 342 342 * 343 343 * @param int $blog_id Optional. Blog ID. Default of null returns URL for current blog. -
trunk/src/wp-includes/rewrite.php
r45699 r45735 128 128 * @since 4.4.0 Array support was added to the `$query` parameter. 129 129 * 130 * @global WP_Rewrite $wp_rewrite WordPress Rewrite Component.130 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 131 131 * 132 132 * @param string $regex Regular expression to match request against. … … 150 150 * @since 2.1.0 151 151 * 152 * @global WP_Rewrite $wp_rewrite 152 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 153 153 * @global WP $wp 154 154 * … … 239 239 * @since 2.1.0 240 240 * 241 * @global WP_Rewrite $wp_rewrite 241 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 242 242 * 243 243 * @param string $feedname Feed name. … … 267 267 * @since 3.0.0 268 268 * 269 * @global WP_Rewrite $wp_rewrite 269 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 270 270 * 271 271 * @param bool $hard Whether to update .htaccess (hard flush) or just update … … 305 305 * @since 4.3.0 Added support for skipping query var registration by passing `false` to `$query_var`. 306 306 * 307 * @global WP_Rewrite $wp_rewrite 307 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 308 308 * 309 309 * @param string $name Name of the endpoint. … … 460 460 * @since 1.0.0 461 461 * 462 * @global WP_Rewrite $wp_rewrite 462 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 463 463 * @global WP $wp 464 464 * -
trunk/src/wp-includes/taxonomy.php
r45734 r45735 20 20 * @since 2.8.0 21 21 * 22 * @global WP_Rewrite $wp_rewrite The WordPress rewrite class.22 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 23 23 */ 24 24 function create_initial_taxonomies() { … … 4169 4169 * @since 2.5.0 4170 4170 * 4171 * @global WP_Rewrite $wp_rewrite 4171 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 4172 4172 * 4173 4173 * @param object|int|string $term The term object, ID, or slug whose link will be retrieved. -
trunk/src/wp-includes/template.php
r45734 r45735 688 688 * @global bool $wp_did_header 689 689 * @global WP_Query $wp_query 690 * @global WP_Rewrite $wp_rewrite 690 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 691 691 * @global wpdb $wpdb WordPress database abstraction object. 692 692 * @global string $wp_version -
trunk/src/wp-settings.php
r45734 r45735 424 424 * Holds the WordPress Rewrite object for creating pretty URLs 425 425 * 426 * @global WP_Rewrite $wp_rewrite 426 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 427 427 * @since 1.5.0 428 428 */
Note: See TracChangeset
for help on using the changeset viewer.