Changeset 35646 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/16/2015 07:46:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r35527 r35646 2822 2822 ) ); 2823 2823 2824 if ( 'favorites' === $args['browse'] && ! isset( $args['user'] ) ) {2824 if ( isset( $args['browse'] ) && 'favorites' === $args['browse'] && ! isset( $args['user'] ) ) { 2825 2825 $user = get_user_option( 'wporg_favorites' ); 2826 2826 if ( $user ) {
Note: See TracChangeset
for help on using the changeset viewer.