Changeset 401187
- Timestamp:
- 06/25/2011 02:40:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
seo-friendly-social-links/trunk/seo-friendly-social-links.php
r398232 r401187 14 14 */ 15 15 16 add_action('admin_menu', ' init');16 add_action('admin_menu', 'seo_friendly_social_links_init'); 17 17 18 function init() {18 function seo_friendly_social_links_init() { 19 19 add_submenu_page( 'options-general.php', __('SEO Social Links'), __('SEO Social Links'), 'manage_options', 'seo-friendly-social-links/seo-friendly-social-links.php', 'render'); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.