Plugin Directory

Changeset 2024352

Timestamp:
02/04/2019 02:05:18 AM (6 years ago)
Author:
Viper007Bond
Message:

v1.2.1: https://github.com/Viper007Bond/vipers-video-quicktags-migrator/releases/tag/v1.2.1

Location:
vipers-video-quicktags-migrator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vipers-video-quicktags-migrator/trunk/readme.txt

    r1761130 r2024352  
    22Contributors: Viper007Bond
    33Requires at least: 2.9
    4 Tested up to: 4.9
     4Tested up to:
    55Stable tag: trunk
    66License: GPLv2 or later
     
    5555== Changelog ==
    5656
     57
     58
     59
    5760= 1.2.0 =
    5861* Don't take over WordPress's `[video]` shortcode.
  • vipers-video-quicktags-migrator/trunk/vipers-video-quicktags-migrator.php

    r1454452 r2024352  
    1 <?php /*
     1<?php /*
    22
    33**************************************************************************
    44
    55Plugin Name:  Viper's Video Quicktags Migrator
    6 Plugin URI:   http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/
    7 Version:      1.2.0
     6Plugin URI:   http/vipers-video-quicktags/
     7Version:      1.2.
    88Description:  Parses legacy shortcodes from the retired Viper's Video Quicktags plugin using the embed functionality that's built directly into WordPress itself.
    99Author:       Alex Mills (Viper007Bond)
    10 Author URI:   http://www.viper007bond.com/
     10Author URI:   http/
    1111Text Domain:  vipers-video-quicktags-migrator
    1212
     
    320320     */
    321321    public function video_shortcode_wrapper( $attr, $url, $tag ) {
     322
     323
     324
     325
    322326        $attr['src'] = $url;
    323327
Note: See TracChangeset for help on using the changeset viewer.