Plugin Directory

Changeset 3278520


Ignore:
Timestamp:
04/21/2025 10:45:19 PM (10 months ago)
Author:
ampwptools
Message:

Okay, I give up, they now exist in the root folder

Location:
seo-bulk-admin/trunk
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • seo-bulk-admin/trunk/class-tacwp-postmgr-core.php

    r3278517 r3278520  
    359359     */
    360360    public function admin_enqueue_scripts() {
    361         wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . 'script/admin_style.css', array(), time() );
    362         wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . 'script/admin_script.js', array( 'jquery' ), time(), false );
     361        wp_enqueue_style( 'seobulkadmin-admin-stylesheet', $this->self['PATH'] . 'admin_style.css', array(), time() );
     362        wp_enqueue_script( 'seobulkadmin-admin', $this->self['PATH'] . 'admin_script.js', array( 'jquery' ), time(), false );
    363363        wp_localize_script( 'seobulkadmin-admin', 'tacwp_postmgr_data_object', $this->ajax_data_object() );
    364364        $this->accelerate_fontawesome_cdn();
Note: See TracChangeset for help on using the changeset viewer.