Changeset 1413023
- Timestamp:
- 05/09/2016 02:08:13 PM (10 years ago)
- Location:
- wp-rest-api-options/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-api-options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-rest-api-options/trunk/readme.txt
r1391148 r1413023 3 3 Tags: wp-api, wp-rest-api, json-rest-api, json, options, rest, api, wp-rest-options, general, discussion, media, reading, writing 4 4 Requires at least: 3.6.0 5 Tested up to: 4. 4.25 Tested up to: 4.5 6 6 Stable tag: 1.0.0 7 7 License: GPLv2 or later … … 39 39 40 40 == Changelog == 41 = 1.0.1 = 42 * Fix: init function name 43 41 44 = 1.0.0 = 42 45 * First public release -
wp-rest-api-options/trunk/wp-api-options.php
r1391148 r1413023 4 4 Description: WP REST API Options - returns list of options and their values. 5 5 Author: Oleg Kostin 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author URI: http://pmr.io 8 8 */ … … 22 22 23 23 24 function wp_rest_ permalinks_init() {24 function wp_rest_options_init() { 25 25 26 26 /** … … 39 39 } 40 40 41 add_action( 'init', 'wp_rest_ permalinks_init' );41 add_action( 'init', 'wp_rest_options_init' ); 42 42 43 43
Note: See TracChangeset
for help on using the changeset viewer.