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-includes/class-wp-customize-manager.php

    r44785 r44975  
    57305730            $wporg_args = array(
    57315731                'per_page' => 100,
     5732                'fields'   => array(
     5733                    'reviews_url' => true, // Explicitly request the reviews URL to be linked from the customizer.
     5734                ),
    57325735            );
    57335736
Note: See TracChangeset for help on using the changeset viewer.