Changeset 1475049
- Timestamp:
- 08/15/2016 11:38:22 PM (9 years ago)
- Location:
- wp-idados-crud
- Files:
-
- 6 edited
- 1 copied
-
tags/0.0.10 (copied) (copied from wp-idados-crud/trunk)
-
tags/0.0.10/assets/idados_crud.php (modified) (1 diff)
-
tags/0.0.10/assets/idados_functions.php (modified) (1 diff)
-
tags/0.0.10/readme.txt (modified) (1 diff)
-
trunk/assets/idados_crud.php (modified) (1 diff)
-
trunk/assets/idados_functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-idados-crud/tags/0.0.10/assets/idados_crud.php
r1473805 r1475049 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) { exit; } 3 3 function get_md_rows($md, $fields, $col, $df=array(),$cnn=""){ 4 4 global $wpdb; -
wp-idados-crud/tags/0.0.10/assets/idados_functions.php
r1473805 r1475049 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) { exit; } 3 2 4 function idados_gera_senha($tamanho = 8, $maiusculas = true, $numeros = true, $simbolos = false){ 3 5 $lmin = 'abcdefghijklmnopqrstuvwxyz'; -
wp-idados-crud/tags/0.0.10/readme.txt
r1473809 r1475049 37 37 Desenvolvendo 0.0.8 38 38 Desenvolvendo 0.0.9 39 0.0.10 - Checagem de ABSPATH nos arquivos anexos. 39 40 40 41 == Upgrade Notice == -
wp-idados-crud/trunk/assets/idados_crud.php
r1473805 r1475049 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) { exit; } 3 3 function get_md_rows($md, $fields, $col, $df=array(),$cnn=""){ 4 4 global $wpdb; -
wp-idados-crud/trunk/assets/idados_functions.php
r1473805 r1475049 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) { exit; } 3 2 4 function idados_gera_senha($tamanho = 8, $maiusculas = true, $numeros = true, $simbolos = false){ 3 5 $lmin = 'abcdefghijklmnopqrstuvwxyz'; -
wp-idados-crud/trunk/readme.txt
r1473809 r1475049 37 37 Desenvolvendo 0.0.8 38 38 Desenvolvendo 0.0.9 39 0.0.10 - Checagem de ABSPATH nos arquivos anexos. 39 40 40 41 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.