master
fengyuexingzi 8 years ago
parent 4adc77ae8c
commit 884e8ee27a

@ -14,9 +14,30 @@
<component name="ComposerSettings" executionDataType="PHAR" phpInterpreterId="970d232d-c440-4526-8eee-30528ff19334" synchronizationState="SYNCHRONIZE"> <component name="ComposerSettings" executionDataType="PHAR" phpInterpreterId="970d232d-c440-4526-8eee-30528ff19334" synchronizationState="SYNCHRONIZE">
<pharPath>D:\xampp\php\composer.phar</pharPath> <pharPath>D:\xampp\php\composer.phar</pharPath>
</component> </component>
<component name="FileEditorManager">
<leaf>
<file leaf-file-name="index.php" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/index.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="247">
<caret line="18" column="7" lean-forward="false" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
<folding />
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="Git.Settings"> <component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component> </component>
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/index.php" />
</list>
</option>
</component>
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsFlowSettings"> <component name="JsFlowSettings">
@ -54,7 +75,17 @@
<panes> <panes>
<pane id="Scope" /> <pane id="Scope" />
<pane id="Scratches" /> <pane id="Scratches" />
<pane id="ProjectPane" /> <pane id="ProjectPane">
<subPane>
<expand>
<path>
<item name="wordpress" type="b2602c69:ProjectViewProjectNode" />
<item name="wordpress" type="2a2b976b:PhpTreeStructureProvider$1" />
</path>
</expand>
<select />
</subPane>
</pane>
</panes> </panes>
</component> </component>
<component name="PropertiesComponent"> <component name="PropertiesComponent">
@ -84,12 +115,12 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1513840653399</updated> <updated>1513840653399</updated>
<workItem from="1513840654628" duration="1206000" /> <workItem from="1513840654628" duration="2338000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="1206000" /> <option name="totallyTimeSpent" value="2338000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="953" y="0" width="974" height="1047" extended-state="0" /> <frame x="953" y="0" width="974" height="1047" extended-state="0" />
@ -124,4 +155,14 @@
<breakpoint-manager /> <breakpoint-manager />
<watches-manager /> <watches-manager />
</component> </component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/index.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="247">
<caret line="18" column="7" lean-forward="false" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
<folding />
</state>
</provider>
</entry>
</component>
</project> </project>

@ -15,5 +15,3 @@ define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */ /** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' ); require( dirname( __FILE__ ) . '/wp-blog-header.php' );
// test

Loading…
Cancel
Save