Changeset 965721
- Timestamp:
- 08/14/2014 01:05:11 PM (12 years ago)
- Location:
- ninja-notes/trunk
- Files:
-
- 3 edited
-
ninja-notes.php (modified) (8 diffs)
-
notes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ninja-notes/trunk/ninja-notes.php
r546975 r965721 1 <? 1 <?php 2 2 /* 3 3 Plugin Name: Ninja Notes … … 79 79 type: "POST", 80 80 data: "&id=" + selected, 81 url: "<? echo plugins_url('ninja-notes/notes.php');?>",81 url: "<?php echo plugins_url('ninja-notes/notes.php');?>", 82 82 success: function(msg){ 83 83 document.getElementById("nnnotes").value = msg; … … 89 89 type: "POST", 90 90 data: "&id=" + selected, 91 url: "<? echo plugins_url('ninja-notes/notes.php');?>",91 url: "<?php echo plugins_url('ninja-notes/notes.php');?>", 92 92 success: function(msg){ 93 93 document.getElementById("nnnotes").value = msg; … … 127 127 type: "POST", 128 128 data: "&id=" + selected, 129 url: "<? echo plugins_url('ninja-notes/notes.php');?>",129 url: "<?php echo plugins_url('ninja-notes/notes.php');?>", 130 130 success: function(msg){ 131 131 document.getElementById("nnnotes").value = msg; … … 137 137 type: "POST", 138 138 data: "&id=" + selected, 139 url: "<? echo plugins_url('ninja-notes/notes.php');?>",139 url: "<?php echo plugins_url('ninja-notes/notes.php');?>", 140 140 success: function(msg){ 141 141 document.getElementById("nnnotes").value = msg; … … 148 148 <h2>Ninja Notes by <a href="http://code-ninja.co.uk">CodeNinja</a></h2> 149 149 <hr/> 150 <form method="post" action="<? echo plugins_url('ninja-notes/notes.php');?>">150 <form method="post" action="<?php echo plugins_url('ninja-notes/notes.php');?>"> 151 151 <select name="nnselect" id="nnselect"> 152 152 <?php … … 169 169 </form> 170 170 </div> 171 <? 171 <?php 172 172 } 173 173 … … 194 194 </p> 195 195 </div> 196 <? 196 <?php 197 197 } 198 198 -
ninja-notes/trunk/notes.php
r540043 r965721 1 <? 1 <?php 2 2 include_once($_SERVER['DOCUMENT_ROOT'].'/wp-load.php' ); 3 3 global $wpdb; -
ninja-notes/trunk/readme.txt
r943309 r965721 3 3 Tags: notes, memo, notepad 4 4 Requires at least: 5 Tested up to: 3.9. 16 Stable tag: 1.1. 15 Tested up to: 3.9.2 6 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 22 22 == Changelog == 23 1.1.2 Fixed Glitch for PHP V 5.5 24 23 25 1.1.1 Tested & Tweaked for Latest version of Wordpress 24 26
Note: See TracChangeset
for help on using the changeset viewer.