Changeset 43064 for branches/4.9/src/wp-admin/includes/post.php
- Timestamp:
- 05/01/2018 10:03:18 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43056,43062-43063
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/post.php
r41706 r43064 1146 1146 if ( isset( $q['detached'] ) || ( isset( $q['attachment-filter'] ) && 'detached' == $q['attachment-filter'] ) ) { 1147 1147 $q['post_parent'] = 0; 1148 } 1149 1150 if ( isset( $q['mine'] ) || ( isset( $q['attachment-filter'] ) && 'mine' == $q['attachment-filter'] ) ) { 1151 $q['author'] = get_current_user_id(); 1148 1152 } 1149 1153
Note: See TracChangeset
for help on using the changeset viewer.