Tweak formatting in the DocBlock for the install_themes_tabs
hook.
Props kpdesign. See #28578. git-svn-id: https://develop.svn.wordpress.org/trunk@30772 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
98d17497d2
commit
ac47dd2cd0
@ -105,10 +105,11 @@ include(ABSPATH . 'wp-admin/admin-header.php');
|
||||
/**
|
||||
* Filter the tabs shown on the Add Themes screen.
|
||||
*
|
||||
* This filter is for backwards compatibility only,
|
||||
* for the suppression of the upload tab.
|
||||
* This filter is for backwards compatibility only, for the suppression
|
||||
* of the upload tab.
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param array $tabs The tabs shown on the Add Themes screen. Default is 'upload'.
|
||||
*/
|
||||
$tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) );
|
||||
|
Loading…
Reference in New Issue
Block a user