Changeset 52239
- Timestamp:
- 11/24/2021 11:39:14 AM (3 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r50585 r52239 126 126 * 127 127 * @since 4.9.6 128 * 129 * @global WP_Post $post Global post object. 128 130 */ 129 131 public static function policy_text_changed_notice() { … … 303 305 * @since 4.9.6 304 306 * @since 5.0.0 The `$post` parameter was made optional. 307 * 308 * @global WP_Post $post Global post object. 305 309 * 306 310 * @param WP_Post|null $post The currently edited post. Default null. -
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r50145 r52239 102 102 * 103 103 * @since 4.9.6 104 * 105 * @global wpdb $wpdb WordPress database abstraction object. 104 106 * 105 107 * @return object Number of posts for each status.
Note: See TracChangeset
for help on using the changeset viewer.