Changeset 45736
- Timestamp:
- 08/04/2019 01:27:22 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r45590 r45736 1673 1673 * 1674 1674 * @see add_rewrite_endpoint() for full documentation. 1675 * @global WP $wp 1675 * @global WP $wp Current WordPress environment instance. 1676 1676 * 1677 1677 * @param string $name Name of the endpoint. -
trunk/src/wp-includes/class-wp-taxonomy.php
r44519 r45736 218 218 * @since 4.7.0 219 219 * 220 * @global WP $wp WPinstance.220 * @global WP $wp Current WordPress environment instance. 221 221 * 222 222 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. -
trunk/src/wp-includes/functions.php
r45676 r45736 1113 1113 * @since 2.0.0 1114 1114 * 1115 * @global WP $wp _locale1115 * @global WP $wp Current WordPress environment instance. 1116 1116 * @global WP_Query $wp_query 1117 1117 * @global WP_Query $wp_the_query -
trunk/src/wp-includes/rest-api.php
r45735 r45736 284 284 * @since 4.4.0 285 285 * 286 * @global WP $wpCurrent WordPress environment instance.286 * @global WP $wp Current WordPress environment instance. 287 287 */ 288 288 function rest_api_loaded() { -
trunk/src/wp-includes/rewrite.php
r45735 r45736 151 151 * 152 152 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 153 * @global WP $wp 153 * @global WP $wp Current WordPress environment instance. 154 154 * 155 155 * @param string $tag Name of the new rewrite tag. … … 461 461 * 462 462 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 463 * @global WP $wp 463 * @global WP $wp Current WordPress environment instance. 464 464 * 465 465 * @param string $url Permalink to check. -
trunk/src/wp-includes/template.php
r45735 r45736 691 691 * @global wpdb $wpdb WordPress database abstraction object. 692 692 * @global string $wp_version 693 * @global WP $wp 693 * @global WP $wp Current WordPress environment instance. 694 694 * @global int $id 695 695 * @global WP_Comment $comment -
trunk/src/wp-settings.php
r45735 r45736 432 432 * WordPress Object 433 433 * 434 * @global WP $wp 434 * @global WP $wp Current WordPress environment instance. 435 435 * @since 2.0.0 436 436 */
Note: See TracChangeset
for help on using the changeset viewer.