Plugin Directory

Changeset 401187


Ignore:
Timestamp:
06/25/2011 02:40:36 PM (15 years ago)
Author:
aphex3k
Message:

1.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • seo-friendly-social-links/trunk/seo-friendly-social-links.php

    r398232 r401187  
    1414 */
    1515
    16 add_action('admin_menu', 'init');
     16add_action('admin_menu', 'seo_friendly_social_links_init');
    1717
    18 function init() {
     18function seo_friendly_social_links_init() {
    1919    add_submenu_page( 'options-general.php', __('SEO Social Links'), __('SEO Social Links'), 'manage_options', 'seo-friendly-social-links/seo-friendly-social-links.php', 'render');
    2020}
Note: See TracChangeset for help on using the changeset viewer.