testing wp-syntax
hanya coba2 untuk liat kinerja plugin wp-syntax :
java :
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
ruby :
class Example
def example(arg1)
return "Hello: " + arg1.to_s
end
end
dan ternyata terdapat masalah jika kita gunakan php.
source :
http://wordpress.org/extend/plugins/wp-syntax/other_notes/
Bookmarks:
Read the rest of this entry »
