Changeset 43495
- Timestamp:
- 07/17/2018 04:45:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r43460 r43495 1899 1899 } 1900 1900 1901 if ( intval( get_option( 'wp_page_for_privacy_policy' ) ) === $post->ID ) { 1902 $post_states['page_for_privacy_policy'] = __( 'Privacy Policy Page' ); 1903 } 1904 1901 1905 /** 1902 1906 * Filters the default post display states used in the posts list table.
Note: See TracChangeset
for help on using the changeset viewer.