Plugin Directory


Ignore:
Timestamp:
06/15/2015 03:27:46 PM (11 years ago)
Author:
guavaworks
Message:

renaming functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • angularjs-for-wp/trunk/plugin.php

    r1181173 r1181178  
    1414require_once('includes/shortcodes.php');
    1515
    16 define('WordPressAngularJS', '1.2');
     16define('WordPressAngularJS', '2.0');
    1717
    1818class WordPressAngularJS {
     
    8181
    8282/** JSON REST API CHECK **/
    83 function wpsd_check_dependencies() {
     83function angularjs_plugin_dep() {
    8484    if ( ! defined( 'REST_API_VERSION' ) ) {
    8585        function wpsd_admin_notice() {
     
    9595}
    9696
    97 add_action( 'admin_init', 'wpsd_check_dependencies', 99 );
     97add_action( 'admin_init', 'angularjs_plugin_dep', 99 );
    9898
    9999new WordPressAngularJS();
Note: See TracChangeset for help on using the changeset viewer.