Changeset 1372966
- Timestamp:
- 03/17/2016 10:16:59 AM (10 years ago)
- File:
-
- 1 edited
-
wp-social-meta/trunk/wpsm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-social-meta/trunk/wpsm.php
r1140279 r1372966 4 4 Plugin URI: http://bulktheme.com 5 5 Description: WP Social Meta plugin generates necessary social meta tags for every pages you have in your WordPress website. It helps you to gently represent websites on the social networks. It generates open graph, twitter card, schema.org and other meta tags which smartly works represent your website over internet like Facebook, Twitter, Google+ and other social networking websites. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: BulkTheme 8 8 Author URI: http://bulktheme.com … … 84 84 if(function_exists('add_meta_box')){ 85 85 add_meta_box( 'page', 'Social Meta Informations', 'surface_define_page_metabox', 'page', 'normal', 'high' ); 86 add_meta_box( 'post', 'Social Meta Informations', 'surface_define_page_metabox', 'post', 'normal', 'high' ); 86 87 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.