Plugin Directory

Changeset 1268189


Ignore:
Timestamp:
10/18/2015 01:56:41 PM (10 years ago)
Author:
skittery
Message:

fixed bug

Location:
scan-wp-theme-and-plugin-detector-admin-version
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • scan-wp-theme-and-plugin-detector-admin-version/tags/0.2/readme.txt

    r1268148 r1268189  
    3131If you rather do things manually:
    3232
    33 1. Upload 'scan-wp-admin' folder to the '/wp-content/plugins/' directory
     331. Upload 'scan-wp-theme-and-plugin-detector-admin-version' folder to the '/wp-content/plugins/' directory
    34342. Activate the plugin through the 'Plugins' menu in WordPress
    3535
  • scan-wp-theme-and-plugin-detector-admin-version/tags/0.2/scan-wp-admin.php

    r1265886 r1268189  
    1414
    1515function ScanWP_menu(){
    16     add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-admin', 'scan_wp_function', 'dashicons-search');
     16    add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-theme-and-plugin-detector-admin-version', 'scan_wp_function', 'dashicons-search');
    1717
    1818}
    1919
    2020function load_scan_wp_admin_style() {
    21         wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-admin/css/style.css' );
     21        wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-theme-and-plugin-detector-admin-version/css/style.css' );
    2222        wp_enqueue_style( 'custom_wp_admin_css' );
    2323        wp_enqueue_script( 'my_custom_script', 'http://scanwp.net/js/scanwp-search.js' );
  • scan-wp-theme-and-plugin-detector-admin-version/trunk/readme.txt

    r1268148 r1268189  
    3131If you rather do things manually:
    3232
    33 1. Upload 'scan-wp-admin' folder to the '/wp-content/plugins/' directory
     331. Upload scan-wp-theme-and-plugin-detector-admin-version' folder to the '/wp-content/plugins/' directory
    34342. Activate the plugin through the 'Plugins' menu in WordPress
    3535
  • scan-wp-theme-and-plugin-detector-admin-version/trunk/scan-wp-admin.php

    r1265886 r1268189  
    1414
    1515function ScanWP_menu(){
    16     add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-admin', 'scan_wp_function', 'dashicons-search');
     16    add_menu_page('Scan WP Theme and Plugin Detector - Admin Version', 'Scan WP Theme Detector', 'manage_options', 'scan-wp-theme-and-plugin-detector-admin-version', 'scan_wp_function', 'dashicons-search');
    1717
    1818}
    1919
    2020function load_scan_wp_admin_style() {
    21         wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-admin/css/style.css' );
     21        wp_register_style( 'custom_wp_admin_css', plugins_url() . '/scan-wp-theme-and-plugin-detector-admin-version/css/style.css' );
    2222        wp_enqueue_style( 'custom_wp_admin_css' );
    2323        wp_enqueue_script( 'my_custom_script', 'http://scanwp.net/js/scanwp-search.js' );
Note: See TracChangeset for help on using the changeset viewer.