Changeset 43528 for branches/4.9/src/wp-admin/includes/file.php
- Timestamp:
- 07/24/2018 03:05:42 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/file.php
r43459 r43528 1952 1952 // First, build an "About" group on the fly for this report. 1953 1953 $about_group = array( 1954 'group_label' => __( 'About' ), 1954 /* translators: Header for the About section in a personal data export. */ 1955 'group_label' => _x( 'About', 'personal data group label' ), 1955 1956 'items' => array( 1956 1957 'about-1' => array(
Note: See TracChangeset
for help on using the changeset viewer.