Changeset 2531413
- Timestamp:
- 05/13/2021 08:42:01 PM (5 years ago)
- Location:
- bulk-page-creator
- Files:
-
- 6 added
- 2 edited
-
tags/1.1.3 (added)
-
tags/1.1.3/bulk-page-creator.php (added)
-
tags/1.1.3/my-script.js (added)
-
tags/1.1.3/my-style.css (added)
-
tags/1.1.3/readme.txt (added)
-
tags/1.1.3/screenshot-1.jpg (added)
-
trunk/bulk-page-creator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bulk-page-creator/trunk/bulk-page-creator.php
r2531377 r2531413 4 4 Plugin URI: https://solid-code.co.uk/ 5 5 Description: Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Dagan Lev 8 8 Author URI: https://solid-code.co.uk … … 51 51 52 52 function sc_bpc_scripts(){ 53 wp_register_script('sc-bpc-js', plugins_url( ) .'/bulk-page-creator/my-script.js', array('jquery'));53 wp_register_script('sc-bpc-js', plugins_url('my-script.js', __FILE__), array('jquery')); 54 54 wp_enqueue_script('sc-bpc-js'); 55 55 } 56 56 57 57 function sc_bpc_styles(){ 58 wp_register_style('sc-bpc-css',plugins_url( ).'/bulk-page-creator/my-style.css');58 wp_register_style('sc-bpc-css',plugins_url('my-style.css', __FILE__)); 59 59 wp_enqueue_style('sc-bpc-css'); 60 60 } -
bulk-page-creator/trunk/readme.txt
r2531377 r2531413 59 59 Maintenance Version Release 60 60 61 = 1.1.3 = 62 Maintenance Version Release - Quick Fix 63 61 64 == Screenshots == 62 65
Note: See TracChangeset
for help on using the changeset viewer.