Plugin Directory

Timestamp:
10/11/2017 12:56:22 AM (8 years ago)
Author:
jchristopher
Message:

Version 0.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • duplicate-menu/trunk/duplicate-menu.php

    r963806 r1744320  
    66Description: Easily duplicate your WordPress Menus
    77Author: Jonathan Christopher
    8 Version: 0.2
     8Version: 0.2.1
    99Author URI: http://mondaybynoon.com
    1010*/
    1111
    12 /*  Copyright 2011-2014 Jonathan Christopher (email : jonathan@mondaybynoon.com)
     12/*  Copyright 2011-2017 Jonathan Christopher (email : jonathan@mondaybynoon.com)
    1313
    1414 This program is free software; you can redistribute it and/or modify
     
    2727 */
    2828
    29 define( 'DUPLICATE_MENU_VERSION',   '0.2' );
     29define( 'DUPLICATE_MENU_VERSION',   '0.2.1' );
    3030define( 'DUPLICATE_MENU_DIR',       plugin_dir_path( __FILE__ ) );
    3131define( 'DUPLICATE_MENU_URL',       plugin_dir_url( __FILE__ ) );
     
    3838
    3939/**
    40 * Duplicate Menu
    41 */
     40 * Duplicate Menu
     41 */
    4242class DuplicateMenu {
    4343
     44    /**
     45     * The duplication process
     46     */
    4447    function duplicate( $id = null, $name = null ) {
    4548
     
    99102    }
    100103
     104    /*
     105     * Output the options screen
     106     */
    101107    function options_screen() {
    102108        $nav_menus = wp_get_nav_menus();
Note: See TracChangeset for help on using the changeset viewer.