Skip to content

Commit f6c7286

Browse files
author
moldcraft
committed
Added description
1 parent e33beb8 commit f6c7286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$manifest = array();
66

77
$manifest['name'] = __( 'Social', 'fw' );
8-
$manifest['description'] = __( 'This extension offers the opportunity to work with social networks.', 'fw' );
8+
$manifest['description'] = __( 'Use this extension to configure all your social related APIs. Other extensions will use the Social extension to connect to your social accounts.', 'fw' );
99
$manifest['version'] = '1.0.0';
1010
$manifest['display'] = true;
11-
$manifest['standalone'] = true;
11+
$manifest['standalone'] = true;

0 commit comments

Comments
 (0)