Changeset 47906
- Timestamp:
- 06/03/2020 09:25:09 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r47835 r47906 1187 1187 * @since 3.1.0 1188 1188 * 1189 * @global int 1189 * @global int $post_id 1190 1190 * 1191 1191 * @param string $action Action to perform. -
trunk/src/wp-includes/admin-bar.php
r47903 r47906 693 693 * @global int $user_id The ID of the user being edited. Not to be confused with the 694 694 * global $user_ID, which contains the ID of the current user. 695 * @global int $post_id The ID of the post when editing comments for a single post. 695 696 * 696 697 * @param WP_Admin_Bar $wp_admin_bar
Note: See TracChangeset
for help on using the changeset viewer.