Make WordPress Core


Ignore:
Timestamp:
03/21/2019 10:01:42 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Customize: Add a link to theme reviews in the theme details modal in the Customizer and on Add Themes screen.

Props celloexpressions, Travel_girl, Ixium, marco-peralta, dd32.
Fixes #36612.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r44924 r44975  
    32673267        array(
    32683268            'per_page' => 20,
    3269             'fields'   => $theme_field_defaults,
     3269            'fields'   => array_merge(
     3270                (array) $theme_field_defaults,
     3271                array(
     3272                    'reviews_url' => true, // Explicitly request the reviews URL to be linked from the Add Themes screen.
     3273                )
     3274            ),
    32703275        )
    32713276    );
Note: See TracChangeset for help on using the changeset viewer.