Changeset 2663862
- Timestamp:
- 01/24/2022 07:42:09 PM (4 years ago)
- Location:
- shortcode-reference
- Files:
-
- 2 edited
-
tags/1.1.0/shortcode_reference.php (modified) (2 diffs)
-
trunk/shortcode_reference.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-reference/tags/1.1.0/shortcode_reference.php
r1128363 r2663862 3 3 * Plugin Name: Shortcode Reference 4 4 * Plugin URI: http://www.linkedin.com/in/bartstroeken 5 * Version: 1. 0.05 * Version: 1.1.0 6 6 * Author: Bart Stroeken 7 7 * Author URI: http://www.linkedin.com/in/bartstroeken 8 * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 8 * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 9 9 **/ 10 10 if (version_compare(phpversion(),'5.0.0','gt')) { … … 18 18 add_action('admin_head-post.php', 'shortcode_reference_scripts'); 19 19 add_action('admin_head-post-new.php', 'shortcode_reference_scripts'); 20 20 21 21 add_action('add_meta_boxes','shortcode_reference_render_meta_box'); 22 22 add_action('wp_ajax_shortcode_reference_find_shortcode', 'shortcode_reference_get_reference'); -
shortcode-reference/trunk/shortcode_reference.php
r1128363 r2663862 3 3 * Plugin Name: Shortcode Reference 4 4 * Plugin URI: http://www.linkedin.com/in/bartstroeken 5 * Version: 1. 0.05 * Version: 1.1.0 6 6 * Author: Bart Stroeken 7 7 * Author URI: http://www.linkedin.com/in/bartstroeken 8 * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 8 * Description: This plugin will provide the details about all available shortcodes when you'll need it most: when you're editing your content 9 9 **/ 10 10 if (version_compare(phpversion(),'5.0.0','gt')) { … … 18 18 add_action('admin_head-post.php', 'shortcode_reference_scripts'); 19 19 add_action('admin_head-post-new.php', 'shortcode_reference_scripts'); 20 20 21 21 add_action('add_meta_boxes','shortcode_reference_render_meta_box'); 22 22 add_action('wp_ajax_shortcode_reference_find_shortcode', 'shortcode_reference_get_reference');
Note: See TracChangeset
for help on using the changeset viewer.