Changeset 60724
- Timestamp:
- 09/09/2025 02:31:51 PM (3 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r60363 r60724 496 496 * @access private 497 497 * 498 * @see timer_stop() 499 * 498 500 * @global float $timestart Unix timestamp set at the beginning of the page load. 499 * @see timer_stop()500 501 * 501 502 * @return bool Always returns true. -
trunk/src/wp-includes/post.php
r60697 r60724 1484 1484 * @since 3.0.0 1485 1485 * 1486 * @see register_post_status() 1487 * 1486 1488 * @global stdClass[] $wp_post_statuses List of post statuses. 1487 *1488 * @see register_post_status()1489 1489 * 1490 1490 * @param string $post_status The name of a registered post status. … … 1506 1506 * @since 3.0.0 1507 1507 * 1508 * @see register_post_status() 1509 * 1508 1510 * @global stdClass[] $wp_post_statuses List of post statuses. 1509 *1510 * @see register_post_status()1511 1511 * 1512 1512 * @param array|string $args Optional. Array or string of post status arguments to compare against … … 1588 1588 * @since 4.6.0 Object returned is now an instance of `WP_Post_Type`. 1589 1589 * 1590 * @see register_post_type() 1591 * 1590 1592 * @global array $wp_post_types List of post types. 1591 *1592 * @see register_post_type()1593 1593 * 1594 1594 * @param string $post_type The name of a registered post type. … … 1610 1610 * @since 2.9.0 1611 1611 * 1612 * @see register_post_type() for accepted arguments. 1613 * 1612 1614 * @global array $wp_post_types List of post types. 1613 *1614 * @see register_post_type() for accepted arguments.1615 1615 * 1616 1616 * @param array|string $args Optional. An array of key => value arguments to match against
Note: See TracChangeset
for help on using the changeset viewer.